Expand description
Document orientation classifier for determining document orientation Document Orientation Classifier
This module provides functionality for classifying the orientation of documents in images. It can detect if a document is rotated and by how much (0°, 90°, 180°, or 270°).
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§
- DocOr
Image Reader - DocOr
Postprocessor - DocOr
Preprocessor - DocOrientation
Classifier Builder - Builder for document orientation classifier
- DocOrientation
Classifier Config - Configuration for the document orientation classifier
- DocOrientation
Config - DocOrientation
Result - Results from document orientation classification
Type Aliases§
- DocOrientation
Classifier - Document orientation classifier built from modular components