Module doctr_rectifier

Module doctr_rectifier 

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

DRImageReader
DRPostprocessor
DRPreprocessor
DoctrRectifierConfig
Configuration for document rectification
DoctrRectifierPredictorBuilder
Builder for document rectifier
DoctrRectifierPredictorConfig
Configuration for the document rectifier
DoctrRectifierResult
Results from document rectification

Type Aliases§

DoctrRectifierPredictor
Document rectifier built from modular components