Expand description
Document rectifier using DocTR (Document Text Recognition) models Document Rectifier
This module provides functionality for rectifying (correcting distortions in) document images. It uses a pre-trained model to transform distorted document images into properly aligned versions.
The rectifier supports batch processing for efficient handling of multiple images.
Structs§
- DRImage
Reader - DRPostprocessor
- DRPreprocessor
- Doctr
Rectifier Config - Configuration for document rectification
- Doctr
Rectifier Predictor Builder - Builder for document rectifier
- Doctr
Rectifier Predictor Config - Configuration for the document rectifier
- Doctr
Rectifier Result - Results from document rectification
Type Aliases§
- Doctr
Rectifier Predictor - Document rectifier built from modular components