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.
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.
From Nithin Reddy Cheruku: