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.13.5-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.14.0-alpha
Choose a head ref
  • 9 commits
  • 37 files changed
  • 5 contributors

Commits on Jul 3, 2024

  1. chore(deps): update all dependencies (#315)

    * chore(deps): update all dependencies
    
    ---------
    
    Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
    renovate-bot and holtskinner authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2076a67 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. chore(python): Use latest python runtime in prerelease_deps session (#…

    …323)
    
    Source-Link: googleapis/synthtool@14d8b28
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5651442a6336971a2fb2df40fb56b3337df67cafa14c0809cc89cb34ccee1b8e
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c1d533b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. test: Remove try/except for mock import (#281)

    * chore(deps): Remove try/except for mock import
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    holtskinner and gcf-owl-bot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    baaab34 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (#322)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7719e13 View commit details
    Browse the repository at this point in the history
  3. chore(python): use python 3.10 for docs build (#330)

    Source-Link: googleapis/synthtool@9ae0785
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:52210e0e0559f5ea8c52be148b33504022e1faef4e95fbe4b32d68022af2fa7e
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    25f1056 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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

Commits on Jul 16, 2024

  1. fix: Add support for Classifier entities (#333)

    - Added support for Custom Classifier entities
    - Added Unit Tests for Classifier output
    - Added input validation for `Document.split_pdf()`
    
    Fixes #332 🦕
    holtskinner authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2352cae View commit details
    Browse the repository at this point in the history
  2. feat: Add Support for Layout Parser Documents (#334)

    - Adds `Document.chunks` - `List[documentai.Document.ChunkedDocument.Chunk]`
    - Adds `Document.document_layout_blocks` - An un-nested List of `documentai.Document.DocumentLayout.DocumentLayoutBlock`
    - Updated `Document.text` to support Document AI Layout Parser
    holtskinner authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c877b22 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. chore(main): release 0.14.0-alpha (#337)

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