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.5.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.6.0-alpha
Choose a head ref
  • 6 commits
  • 12 files changed
  • 6 contributors

Commits on Apr 10, 2023

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

Commits on Apr 13, 2023

  1. chore: changed get_storage_client to add module name for analytics (#103

    )
    
    * chore: edit get_storage_client to add module name
    
    * added module name to get_bytes
    
    * fixed failing test
    galz10 authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    60e1999 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. feat: Add blocks to PageWrapper (#107)

    * feat: Add blocks to PageWrapper
    
    Add feature to get the blocks present in the Document AI JSON response
    as a Python list of documentai.Document.Page.Block objects, similar to
    the way to get the paragraphs and lines.
    
    * feat: Add tests for blocks in PageWrapper
    
    Add Unit Tests for #d9e6ada
    
    * 🦉 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>
    sharmanirudh and gcf-owl-bot[bot] authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    df7dfe7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (#105)

    Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
    renovate-bot and holtskinner authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    78807b1 View commit details
    Browse the repository at this point in the history
  3. feat: Added form_fields_to_bigquery() method (#104)

    * feat: Added `form_fields_to_dict()` and `form_fields_to_bigquery()` methods
    
    * Add Tests and fixed invalid characters
    
    * Added function to convert bq_column_name
    
    * Add Client Info to BQ Client
    
    ---------
    
    Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
    holtskinner and galz10 authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    96abe22 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 0.6.0-alpha (#108)

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