Overview of docTR features
maindocTR (Document Text Recognition) is a state-of-the-art Optical Character Recognition (OCR) library powered by PyTorch. It is designed for both automation (parsing textual information for NLU tasks) and research (comparing architectures against state-of-the-art models).
Key capabilities include:
- 2-stage OCR predictors: Robust detection and recognition processes using pretrained parameters.
- Layout analysis: Predictors for detecting document regions such as tables, figures, and headers.
- High performance: Optimized for inference speed on both CPU and GPU, with performance comparable to Google Vision and AWS Textract.
- Ease of use: Minimal dependencies and simple API for loading documents and extracting text.