Module doc_orientation_classifier

Module doc_orientation_classifier 

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

DocOrImageReader
DocOrPostprocessor
DocOrPreprocessor
DocOrientationClassifierBuilder
Builder for document orientation classifier
DocOrientationClassifierConfig
Configuration for the document orientation classifier
DocOrientationConfig
DocOrientationResult
Results from document orientation classification

Type Aliases§

DocOrientationClassifier
Document orientation classifier built from modular components