-
Notifications
You must be signed in to change notification settings - Fork 18
Comparing changes
Open a pull request
base repository: googleapis/python-documentai-toolbox
base: v0.1.1-alpha
head repository: googleapis/python-documentai-toolbox
compare: v0.2.0-alpha
- 7 commits
- 27 files changed
- 4 contributors
Commits on Feb 8, 2023
-
chore(deps): update dependency google-cloud-documentai to v2 (#49)
* chore(deps): update dependency google-cloud-documentai to v2 * Update requirements.txt --------- Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 380f3b9 - Browse repository at this point
Copy the full SHA 380f3b9View commit details
Commits on Feb 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3cbb16f - Browse repository at this point
Copy the full SHA 3cbb16fView commit details
Commits on Feb 14, 2023
-
feat: Added Support for Form Fields (#48)
* feat: Added Support for Form Fields * docs: Updated spacing in `_trim_text()` docstring * Added return type for `get_form_field_by_name()` --------- Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6d74548 - Browse repository at this point
Copy the full SHA 6d74548View commit details -
samples: Added Table Parsing Sample (#54)
* samples: Added Table Sample * test: Add Table Sample Test * Update test_table_sample.py * samples: Updated Sample variables * Updated comment to specify local document path --------- Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 622959f - Browse repository at this point
Copy the full SHA 622959fView commit details
Commits on Feb 15, 2023
-
* feat: Add PDF Splitter * fix: Updated setup.py syntax * fix: Fixed initializer error * Updated Test to include a multi-page split * formatting fix * Add Pdf Split Example * Adjusted mkdir in tests * Added pikepdf to test dependencies --------- Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for 8359911 - Browse repository at this point
Copy the full SHA 8359911View commit details -
feat: Add
entities_to_dict()
andentities_to_bigquery()
to `Docum……ent` wrapper (#50) * feat: Add `entities_to_dict()` and `entities_to_bigquery()` to Document wrapper - Uploads entities to an existing dataset, creates new table if it doesn't already exist. ## Example Output Table | supplier_iban | purchase_order | supplier_email | freight_amount | supplier_address | receiver_address | total_amount | supplier_name | total_tax_amount | payment_terms | line_item | receiver_name | receiver_email | due_date | invoice_date | invoice_id | currency | receiver_tax_id | net_amount | vat | |---------------|----------------|---------------------|----------------|------------------------------|------------------------------|--------------|---------------|------------------|------------------|-------------------------------------------------------------------------------|---------------|-------------------|------------|--------------|------------|----------|-----------------|------------|-----| | 50 | 1 | user@companyabc.com | 600 | 111 Main Street Anytown, USA | 222 Main Street Anytown, USA | 2140 | Company ABC | 140 | 6 month contract | [Tool A 500 1.00 500.00,Service B 1 900.00 900.00,Resource C 50 12.00 600.00] | John Doe | johndoe@email.com | 2025-01-01 | 1970-01-01 | NO. 001 | $ | 1 | 2000 | 140 | * Removed unneeded test code * Added bigquery library to setup.py * Updated Docstrings * Fixed Test import linter error * Added bigQuery Library to Testing Constraints * Added handling of Nested Entities (properties) * Dependency Update for Tests * Update Dependencies * Fixed Test Output * Updated DatasetReference based on Deprecation Warning * samples: Added Entities to BigQuery Sample Code * Added Required tag to `entities_to_bigquery()` arguments * Fixed Issues from merge conflict * Fixed numpy import --------- Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 494fa86 - Browse repository at this point
Copy the full SHA 494fa86View commit details -
chore(main): release 0.2.0-alpha (#56)
* chore(main): release 0.2.0-alpha * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cca2536 - Browse repository at this point
Copy the full SHA cca2536View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.1-alpha...v0.2.0-alpha