1 Answer
- Newest
- Most votes
- Most comments
0
"Pretrained tables" in Amazon Textract refers to its ability to automatically extract tabular data from documents. This feature is part of the AnalyzeDocument API and can identify various components of a table. Enhancements introduced in April 2023 allow Textract to automatically detect titles, footers, section titles, and summary rows in documents. The extracted table data is returned as Block objects in the responses. However, Textract does not interpret the data or understand the context of the table, which would need to be implemented in your application.
Relevant content
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 8 months ago

Thanks a lot, Giovanni, got it! That is something then I'm already making use of in my code. Cheers :)