Expand description
Text line classifier for classifying properties of text lines Text Line Classifier
This module provides functionality for classifying the orientation of text lines in images. It can detect if a text line is rotated and by how much (0° or 180°).
The classifier uses a pre-trained model to analyze images and determine their orientation. It supports batch processing for efficient handling of multiple images.
Structs§
- TLImage
Reader - TLPostprocessor
- TLPreprocessor
- Text
Line Clas Config - Text
Line Clas Predictor Builder - Builder for text line classifier
- Text
Line Clas Predictor Config - Configuration for the text line classifier
- Text
Line Clas Result - Results from text line classification
Type Aliases§
- Text
Line Clas Predictor - Text line classifier built from modular components