Module text_line_classifier

Module text_line_classifier 

Source
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§

TLImageReader
TLPostprocessor
TLPreprocessor
TextLineClasConfig
TextLineClasPredictorBuilder
Builder for text line classifier
TextLineClasPredictorConfig
Configuration for the text line classifier
TextLineClasResult
Results from text line classification

Type Aliases§

TextLineClasPredictor
Text line classifier built from modular components