Skip to content

Conversation

@parthea
Copy link
Contributor

@parthea parthea commented Nov 24, 2025

See #11026.

This PR should be merged with a merge-commit, not a squash-commit, in order to preserve the git history.

galz10 and others added 30 commits August 23, 2022 15:23
* Added owlbot templeted files * updated repo-metadata * Fixed Kokoro CI errors * Fixed failing tests * added test file to documentai_toolbox to test docs * changed docs files * updated code * updated code and removed 3.6 constraints
* Added owlbot templeted files * updated repo-metadata * Fixed Kokoro CI errors * Fixed failing tests * added test file to documentai_toolbox to test docs * changed docs files * Added DocumentWrapper, EntityWrapper,PageWrapper * Fixed code per comments * Refactored code * updated code * updated code * refactored imports * added storage dependency to setup.py * fixed lint issues * refactored code and added tests * refactored code and tests * removed samples contents
* feat: add get_document and list_document functions * fixed tests * lint fix * added tests and changed DocumentWrapper * fixed failing test * updated tests * changed DocStrings and tests * fixed failing test * changed name and return type of list_documents * updated failing tests * lint fix * updated get_document name to get_shards
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 3.20.2. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.20.1...v3.20.2) --- updated-dependencies: - dependency-name: protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yu-Han Liu <dizcology@hotmail.com>
* feat: add get_document and list_document functions * fixed tests * lint fix * added tests and changed DocumentWrapper * fixed failing test * updated tests * changed DocStrings and tests * fixed failing test * changed name and return type of list_documents * updated failing tests * lint fix * chore: updated comments * updating naming for get_document to get_shards * revert get_document changes * lint fix * added code-block to comments * edited comments
* feat: add get_document and list_document functions * fixed tests * lint fix * added tests and changed DocumentWrapper * fixed failing test * updated tests * changed DocStrings and tests * fixed failing test * changed name and return type of list_documents * updated failing tests * lint fix * chore: updated comments * updating naming for get_document to get_shards * revert get_document changes * lint fix * added code-block to comments * feat: add TableWrapper and helper functions * wrapped lines and paragraphs * added tests for new features * lint fix * removed functions not related to TableWrapper * changed format *_wrapper to wrapped_* * changed wrapped_* format to *
* Chore: fix missing changes * lint fix * table fix
* feat: add get_document and list_document functions * fixed tests * lint fix * added tests and changed DocumentWrapper * fixed failing test * updated tests * changed DocStrings and tests * fixed failing test * changed name and return type of list_documents * updated failing tests * lint fix * chore: updated comments * updating naming for get_document to get_shards * revert get_document changes * lint fix * added code-block to comments * feat: add TableWrapper and helper functions * wrapped lines and paragraphs * added tests for new features * lint fix * feat: added helper functions to DocumentWrapper * lint fix * fixed failing test * refactored code * lint fix * lint fix * refactored code * fixed failing test * refactored code * added text fixture to simplify testing
* feat: add get_document and list_document functions * fixed tests * lint fix * added tests and changed DocumentWrapper * fixed failing test * updated tests * changed DocStrings and tests * fixed failing test * changed name and return type of list_documents * updated failing tests * lint fix * chore: updated comments * updating naming for get_document to get_shards * revert get_document changes * lint fix * added code-block to comments * feat: add TableWrapper and helper functions * wrapped lines and paragraphs * added tests for new features * lint fix * chore: added client_info to storage client * lint fix * removed helper functions * created single source of truth for library version * lint fix * lint fix * failing test fix * refactored code * lint fix
* Chore : Updated readme links * updated readme * updated links * updated readme
* feat: add get_document and list_document functions * fixed tests * lint fix * added tests and changed DocumentWrapper * fixed failing test * updated tests * changed DocStrings and tests * fixed failing test * changed name and return type of list_documents * updated failing tests * lint fix * chore: updated comments * updating naming for get_document to get_shards * revert get_document changes * lint fix * added code-block to comments * feat: add TableWrapper and helper functions * wrapped lines and paragraphs * added tests for new features * lint fix * removed functions not related to TableWrapper * changed format *_wrapper to wrapped_* * changed wrapped_* format to * * chore: refactored classes * fixed failing test * removed samples file * changed from_* function from self to cls
* feat: refactor code * linter * fix typo. comment out CODEOWNER for @googleapis/python-samples-reviewers
* chore: made print_gcs_document_tree accessible * updated init files
* chore: add unit test for Entity
* chore: fix to_dataframe header issue
* chore(main): release 0.1.0 * feat: change release version to alpha * changed changelog version Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore: updated readme * changed rst text * added disclaimer * update readme * update readme * update readme * update readme * Update README.rst * Update README.rst Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* chore: added tests for page.py * added test fixture for page.py tests * changed fixture name
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](certifi/python-certifi@2022.09.24...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: update repo-metadata.json * syntax
…a.json (#31) * chore: update client_documentation and issue_tracker in .repo-metadata.json * remove client_documentation value
* chore: changed gcs_prefix pattern comment * changed functions using gcs_prefix * fixed failing tests * updated comments * updated comments
* chore: documentation changes * addressed comments
* chore: updated testing constraints * updates 3.7 constraints * updated test constraints * updated constrainst 3.7 * updated setup.py deps * removed setup.py dep * removed google-common-proto * updated pandas deps * changes pandas in setup.py * revertes setup changes added deps to3.7constraints * updated storage deps * removed numpy from 3.7 constraint * added numpy * changed constraints * added numpy * fixed dependency error * changed setup.py * updated numpy constraints * changed min dep for numpy * changed api core * fixed lint issue * removed get_bytes test * testing changes * removed test issue
* docs: fix docs arrangement * updated documentation * lint fix --------- Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
renovate-bot and others added 30 commits July 25, 2024 07:27
Source-Link: googleapis/synthtool@bef813d Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:94bb690db96e6242b2567a4860a94d48fa48696d092e51b0884a1a2c0a79a407 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
* 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>
Source-Link: googleapis/synthtool@e6f91eb Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:365d92ef2206cfad00a8c5955c36789d0de124e2b6d92a72dd0486315a0f2e57 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Source-Link: googleapis/synthtool@71a7297 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e8dcfd7cbfd8beac3a3ff8d3f3185287ea0625d859168cc80faccfc9a7a00455 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* 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>
Source-Link: googleapis/synthtool@0da1658 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5cddfe2fb5019bbf78335bc55f15bc13e18354a56b3ff46e1834f8e540807f05 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Source-Link: googleapis/synthtool@6357517 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:91d0075c6f2fd6a073a06168feee19fa2a8507692f2519a1dc7de3366d157e99 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Source-Link: googleapis/synthtool@59171c8 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2ed982f884312e4883e01b5ab8af8b6935f0216a5a2d82928d273081fc3be562 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* 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> Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
Source-Link: googleapis/synthtool@e808c98 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8e3e7e18255c22d1489258d0374c901c01f9c4fd77a12088670cd73d580aa737 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
#368) Source-Link: googleapis/synthtool@de3def6 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a1c5112b81d645f5bbc4d4bbc99d7dcb5089a52216c0e3fb1203a0eeabadd7d5 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
…fig (#371) Source-Link: googleapis/synthtool@106d292 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8ff1efe878e18bd82a0fb7b70bb86f77e7ab6901fed394440b6135db0ba8d84a Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
Source-Link: googleapis/synthtool@bd9ede2 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:04c35dc5f49f0f503a306397d6d043685f8d2bb822ab515818c4208d7fb2db3a Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.1...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Source-Link: googleapis/synthtool@aa69fb7 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f016446d6e520e5fb552c45b110cba3f217bffdd3d06bdddd076e9e6d13266cf Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* 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 * Update version of toolbox --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com> Co-authored-by: Holt Skinner <holtskinner@google.com>
* chore: remove unused files * update post processor image * update post processor image
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…lbox/main' into migration.python-documentai-toolbox.migration.2025-11-24_21-55-24.migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

9 participants