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
32 stars 13 forks source link

fix: Changed `client_info` import and added new quickstart samples #268

Closed holtskinner closed 6 months ago

holtskinner commented 6 months ago

google.api_core.client_info -> google.api_core.gapic_v1.client_info

Fixes #266 🦕