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: main
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: gcs-output
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 12, 2023

  1. feat: Added Document.list_from_gcs() method to get multiple wrapped…

    … documents from a GCS directory.
    
    Fixes #214
    
    - Note: `from_gcs()` takes in a GCS directory, but it only works for a single sharded document from a single input document source.
    - In a GA release, it would be a better practice to have `from_gcs()` take in any GCS directory and output a list of Wrapped Documents. But this would be a backwards-incompatible change now.
      - Not sure if it's possible/advisable to have two possible return types for `from_gcs()` and just have it return a list when there are multiple Wrapped Documents?
    holtskinner committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    793763b View commit details
    Browse the repository at this point in the history
  2. fix: Fix inaccurate gcs_utilities tests.

    - Input data doesn't match what the actual `storage.list_blobs()` method outputs.
    - Updated output in `print_gcs_document_tree()` to match the test cases, as this was the intended structure.
    holtskinner committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    0bb2213 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c342475 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cd3ac6 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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

Commits on Jan 24, 2024

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

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    4d5ba43 View commit details
    Browse the repository at this point in the history
  2. Fix merge issue

    holtskinner committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    65d6b29 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    415c6e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef302eb View commit details
    Browse the repository at this point in the history
Loading