googleapis / python-documentai-toolbox

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.
https://cloud.google.com/document-ai/docs/toolbox
Apache License 2.0
33 stars 13 forks source link

Add support for Layout Parser #335

Closed holtskinner closed 2 weeks ago

holtskinner commented 3 weeks ago

From Nithin Reddy Cheruku:

Is Document AI Toolbox compatible with the response from Layout Parser processor? We are running into the limitation of needing to traverse a nested JSON of unknown depth recursively even with the Document AI Toolbox. The documentation we have referenced: https://cloud.google.com/document-ai/docs/toolbox#use_the_client_library.