Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-documentai-toolbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0-alpha
Choose a base ref
...
head repository: googleapis/python-documentai-toolbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0-alpha
Choose a head ref
  • 9 commits
  • 49 files changed
  • 4 contributors

Commits on Mar 1, 2023

  1. build(deps): Update to .kokoro/requirements.txt for dependbot alerts (#…

    …67)
    
    * patch: Update to .kokoro/requirements.txt for dependbot alerts
    
    - https://github.com/googleapis/python-documentai-toolbox/security/dependabot/5
    - https://github.com/googleapis/python-documentai-toolbox/security/dependabot/6
    
    * chore(python): upgrade gcp-releasetool in .kokoro [autoapprove]
    
    * chore(python): Update nox to remove dependency on py
    holtskinner authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    19edf79 View commit details
    Browse the repository at this point in the history
  2. feat: Added Batch creation for Cloud Storage documents. (#66)

    * feat: Added Batch creation for Cloud Storage documents.
    
    * Ran Black format on samples
    
    * Update noxfile.py
    
    * Changed Client to use custom user agent header
    
    * Updates to tests and docs
    
    * Fixed Test inputs
    
    * Add link to send processing request page
    
    * Change Import for sample
    
    ---------
    
    Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
    holtskinner and galz10 authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    c32a371 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. fix: Handle Edge Case where GCS Shards are out of order (#69)

    * fix: Handle Edge Case where GCS Shards are out of order
    
    fixes #68
    
    * test: Add additional test cases for unordered shards
    
    * docs: updtaes to docstrings
    
    * Replace Test Sharded Document with smaller document
    
    * Added Check for multiple shards before sorting
    holtskinner authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    709fe86 View commit details
    Browse the repository at this point in the history
  2. refactor: Moved print_gcs_document_tree() to utilities. (#71)

    * refactor: Moved `print_gcs_document_tree()` to utilities.
    - Added `print_gcs_document_tree()` to `quickstart_sample`
    
    * Adjust Test Assertion
    holtskinner authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    fc5a682 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    964aa5d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    3b7d604 View commit details
    Browse the repository at this point in the history
  2. feat: add config based annotation converter (#72)

    * feat: converters for external document annotations
    
    * added tests for converter
    
    * added converter tests
    
    * added more tests to increase coverage
    
    * combined converter files
    
    * lint and test fixes
    
    * lint and docs fixes
    
    * addressed comments
    
    * lint fix
    
    * Update google/cloud/documentai_toolbox/converters/config/converter_helpers.py
    
    Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
    
    * updated comments and function naming
    
    * fixed failing tests
    
    * added samples and lint fixes
    
    * fixed region tags
    
    * fix region tag
    
    * Update samples/snippets/convert_document_from_azure_sample.py
    
    Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
    
    * Update samples/snippets/convert_document_from_azure_sample.py
    
    Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
    
    * lint fixes
    
    * added more comments
    
    * Update samples/snippets/convert_document_from_azure_sample.py
    
    Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
    
    * Update samples/snippets/convert_document_from_azure_sample.py
    
    Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
    
    * Update samples/snippets/convert_document_from_azure_sample.py
    
    Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
    
    * changed name of converter sample per Holts comment
    
    ---------
    
    Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
    galz10 and holtskinner authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    735514e View commit details
    Browse the repository at this point in the history
  3. feat: added list_gcs_document_tree (#75)

    * fix:rename print_gcs_document_tree & return a list
    
    * split list_gcs_document_tree into two functions
    
    * removed return for print_gcs_document_tree
    galz10 authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    d18d1dc View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. chore(main): release 0.4.0-alpha (#70)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    eca444d View commit details
    Browse the repository at this point in the history
Loading