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

Commits on Aug 1, 2023

  1. chore: [autoapprove] Pin flake8 version (#153)

    Source-Link: https://togithub.com/googleapis/synthtool/commit/0ddbff8012e47cde4462fe3f9feab01fbc4cdfd6
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:bced5ca77c4dda0fd2f5d845d4035fc3c5d3d6b81f245246a36aee114970082b
    gcf-owl-bot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    95f5d8c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. build: [autoapprove] bump cryptography from 41.0.2 to 41.0.3 (#155)

    Source-Link: googleapis/synthtool@352b9d4
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3e3800bb100af5d7f9e810d48212b37812c1856d20ffeafb99ebe66461b61fc7
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    db49fc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. fix: Update noxfile.py (#129)

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

Commits on Aug 9, 2023

  1. feat: Add export merged sharded Document proto (#145)

    * feat: Add export merged sharded Document proto
    
    - `to_documentai_document` exports a documentai Document proto from all of the shards in the wrapped Document
    
    * fix: Refactor `_apply_text_offset()` to use original impentation with dictionary.
    
    - Found issue with implementation when trying to update test coverage
    
    * chore: Update min python client library for documentai
    
    * Update test constraints
    
    * fix: Change test to not include indent
    
    * fix: merge_document_shards_sample_test
    
    * fix: Address lint error for type checking
    
    * Fix lint error for incorrect typing
    
    * Rename `to_documentai_document` to `to_merged_documentai_document`
    
    * Change `to_merged_documentai_document()` to use a deepcopy instead of editing in place
    
    * Add more specific type annotation to `_apply_text_offset()`
    
    * fix: Fixed how template files are included in the library
    
    - Fixes #156
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * refactor: Updated `from_document_path()` to additionally support directory of shards
    
    * fix: Fix type annotation
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    holtskinner and gcf-owl-bot[bot] authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a5e1f5c View commit details
    Browse the repository at this point in the history
  2. refactor: Remove table.to_csv() method and add more export options …

    …to samples (#151)
    
    * refactor: Remove `table.to_csv()` dedicated method and add more export options to samples
    
    - Added CSV, HTML, Markdown output for table in Sample code
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * deps: Add `tabulate` to installation
    
    * fix: Adjust sample to print dataframe
    
    * docs(samples): Change table sample to use file path for `df._to_*()`
    
    * fix: Fixed Lint error
    
    - This wasn't an issue before, I think that `flake8` might have started checking for new criteria.
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    holtskinner and gcf-owl-bot[bot] authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7d61e85 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 0.10.0-alpha (#157)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.10.0-alpha](https://togithub.com/googleapis/python-documentai-toolbox/compare/v0.9.1-alpha...v0.10.0-alpha) (2023-08-09)
    
    
    ### Features
    
    * Add export merged sharded Document proto ([#145](https://togithub.com/googleapis/python-documentai-toolbox/issues/145)) ([a5e1f5c](https://togithub.com/googleapis/python-documentai-toolbox/commit/a5e1f5c331025d2cd748c952147f206595431cc7))
    
    * Remove `table.to_csv()` method and add more export options to samples
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    daa5d84 View commit details
    Browse the repository at this point in the history
Loading