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: Reduce API polling for `Document.from_batch_process_operation()` #249

Closed holtskinner closed 7 months ago

holtskinner commented 7 months ago

Also added ClientInfo to Document AI Clients to collect API usage metrics

Fixes #246 🦕