Document AI Toolbox is an SDK for Python that provides utility functions for managing, manipulating, and extracting information from the document response. It creates a "wrapped" document object from JSON files in Cloud Storage, local JSON files, or output directly from the Document AI API.
Document.chunks
-List[documentai.Document.ChunkedDocument.Chunk]
Document.document_layout_blocks
- An un-nested List ofdocumentai.Document.DocumentLayout.DocumentLayoutBlock
Document.text
to support Document AI Layout ParserFixes #335