Overview of Textractor capabilities
masterTextractor is a Python package designed to simplify working with four key Amazon Textract APIs: DocumentTextDetection, StartDocumentTextDetection, AnalyzeDocument, and StartDocumentAnalysis.
It provides utilities to:
- Call Textract services with reduced parameter overhead.
- Convert JSON responses from Textract APIs into programmable objects.
- Visualize entities directly on document images.
- Export document data into compatible formats like Excel, CSV, and TXT.
Key advanced features include:
- Semantic Document Search.
- Key-value querying using specific keys.
- Table access using
numpyindexing. - Detection of duplicated document entities.
- Functionality available at both the
DocumentandPagelevels.