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.4.1-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.5.0-alpha
Choose a head ref
  • 10 commits
  • 24 files changed
  • 4 contributors

Commits on Mar 24, 2023

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

Commits on Mar 27, 2023

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

Commits on Mar 28, 2023

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

Commits on Mar 30, 2023

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

Commits on Apr 3, 2023

  1. feat: Update Max Files per Batch Request to 1000 (#91)

    * feat: Update Max Files per Batch Request to 1000
    - https://cloud.google.com/document-ai/quotas#content_limits
    
    * test: Update `test_create_batches_with_invalid_batch_size()`
    
    * test: Add `batch_size` parameter to `test_create_batches_with_large_folder()`
    holtskinner authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    3bbc0f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    625375c View commit details
    Browse the repository at this point in the history
  2. chore(deps): Update Dependencies for pandas and pikepdf (#93)

    - Add support for pandas 2.0.0 & add python version > 3.8 for pikepdf 7.0.0
    holtskinner authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    c607136 View commit details
    Browse the repository at this point in the history
  3. feat: Added Export Images functionality (#96)

    Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
    holtskinner and galz10 authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    383e105 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. feat: Add Import Document from Batch Process Metadata & Operation (#88)

    * feat: Add utility functions for GCS URIs
    
    - Updates to types to fix lint errors
    - Add `files_to_display` optional parameter to `print_document_tree()`
    - Other formatting improvements for docs.
    
    * test: Add tests for gcs_uri functions.
    
    * feat: Add Import Document from batch process metadata
    
    * refactor: Moved `_get_storage_client` and `get_bytes` to utilities
    
    - Resolves Circular dependency
    
    * test: Attempt to fix mock patch
    
    * test: Attempt to fix test import errors
    
    * Change utility import in converter_helpers.py
    
    * Update utilities import
    
    * Added Inline samples for `from_document_path()` and `from_documentai_document()`
    
    * feat: Add utility functions for GCS URIs
    
    - Updates to types to fix lint errors
    - Add `files_to_display` optional parameter to `print_document_tree()`
    - Other formatting improvements for docs.
    
    * test: Add tests for gcs_uri functions.
    
    * feat: Add Import Document from batch process metadata
    
    * refactor: Moved `_get_storage_client` and `get_bytes` to utilities
    
    - Resolves Circular dependency
    
    * test: Attempt to fix mock patch
    
    * test: Attempt to fix test import errors
    
    * Change utility import in converter_helpers.py
    
    * Update utilities import
    
    * Added Inline samples for `from_document_path()` and `from_documentai_document()`
    
    * test: Add check for Failed BatchProcessMetadata
    
    * fix: Update imports based on Gal's feedback
    
    * refactor: Rename `utilities.py` to `gcs_utilities.py`
    
    * Add alias for gcs_utilities in `__init__.py`
    
    * Update mock.patch for gcs_utilities in `test_converter.py`
    
    * Removed alias for gcs_utilities. Changed Samples to follow
    
    * Added `Document.from_batch_process_operation()`
    - Gets operation information and passes it to `from_batch_process_metadata()`
    
    * Fixed mock.patch for `get_bytes_images_mock`
    
    * Remove underscore from `get_bytes` in `get_bytes_images_mock`
    holtskinner authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    f95bbea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    514a10c View commit details
    Browse the repository at this point in the history
Loading