python-documentai-toolbox
python-documentai-toolbox copied to clipboard
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...
[Policy Bot](https://github.com/googleapis/repo-automation-bots/tree/main/packages/policy#policy-bot) found one or more issues with this repository. - [x] Default branch is 'main' - [ ] Branch protection is enabled - [x] Merge commits disabled - [x]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [argcomplete](https://togithub.com/kislyuk/argcomplete) ([changelog](https://togithub.com/kislyuk/argcomplete/blob/master/Changes.rst)) | `==3.2.3` -> `==3.3.0` |...
Output from a Jupyter Notebook ``` { "name": "TypeError", "message": "'NoneType' object is not iterable", "stack": "--------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[29], line 1 ----> 1 wrapped_documents...
**Is your feature request related to a problem? Please describe.** I've been using Google Document AI for text extraction from scanned documents, and it's been working well in terms of...
- Fixes #193 - Adds `inline_words` parameter to `export_hocr_str()` to support previous (incorrect) format.
Consolidates all Classes/Methods into one "API Reference" page. Fixes #236 🦕
- Follow-up to https://github.com/googleapis/python-documentai-toolbox/pull/205
I understand that Document AI performs preprocessing to correct for issues like skew in documents sent to the API, and that any transformations applied are provided in the response under...