Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.1
Choose a base ref
...
head repository: googleapis/python-documentai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 4 commits
  • 90 files changed
  • 6 contributors

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    93549e0 View commit details
    Browse the repository at this point in the history
  2. docs(samples): Added Human Review Request Sample (#357)

    - Illustrates how to call `review_document()` to send a processed document to Human in the Loop (HITL)
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    holtskinner and parthea authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    1a5ebea View commit details
    Browse the repository at this point in the history
  3. feat: Added field_mask to ProcessRequest object in document_processor…

    …_service.proto (#358)
    
    - [ ] Regenerate this pull request now.
    
    feat: Added parent_ids to Revision object in document.proto
    feat: Added integer_values, float_values and non_present to Entity object in document.proto
    feat: Added corrected_key_text, correct_value_text to FormField object in document.proto
    feat: Added OperationMetadata resource
    feat: Added Barcode support
    feat!: Added Processor Management and Processor Version support to v1 library
    
    BREAKING CHANGE: Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion.
    
    PiperOrigin-RevId: 468022354
    
    Source-Link: googleapis/googleapis@d0237ea
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/22d54f2d8eddd616149c5691d8056ef1290bacfa
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjJkNTRmMmQ4ZWRkZDYxNjE0OWM1NjkxZDgwNTZlZjEyOTBiYWNmYSJ9
    
    chore: use gapic-generator-python 1.2.0
    PiperOrigin-RevId: 467286830
    
    Source-Link: googleapis/googleapis@e6e875a
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/0295ea14d9cd4d47ddb23b9ebd39a31e2035e28f
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDI5NWVhMTRkOWNkNGQ0N2RkYjIzYjllYmQzOWEzMWUyMDM1ZTI4ZiJ9
    
    docs: fix minor docstring formatting
    PiperOrigin-RevId: 466493520
    
    Source-Link: googleapis/googleapis@c2674a3
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/30077cfdd7aa06b94264ed733e7f68722f65b870
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzAwNzdjZmRkN2FhMDZiOTQyNjRlZDczM2U3ZjY4NzIyZjY1Yjg3MCJ9
    
    feat: Added field_mask to ProcessRequest object in document_processor_service.proto
    feat: Added parent_ids to Revision object in document.proto
    feat: Added integer_values, float_values and non_present to Entity object in document.proto
    feat: Added corrected_key_text, correct_value_text to FormField object in document.proto
    feat: Added OperationMetadata resource
    feat!: Added Processor Management and Processor Version support to v1 library
    
    BREAKING CHANGE: Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion.
    
    PiperOrigin-RevId: 466168406
    
    Source-Link: googleapis/googleapis@19bf693
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/90986a3608bdc0a150e88650cffbfd44ae66d59b
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTA5ODZhMzYwOGJkYzBhMTUwZTg4NjUwY2ZmYmZkNDRhZTY2ZDU5YiJ9
    gcf-owl-bot[bot] authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    78e7fba View commit details
    Browse the repository at this point in the history
  4. chore(main): release 2.0.0 (#363)

    * chore(main): release 2.0.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] and gcf-owl-bot[bot] authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    ca7854f View commit details
    Browse the repository at this point in the history
Loading