This repository was archived by the owner on Sep 20, 2023. It is now read-only.
fix: Parsing pages, but should be paragraphs#147
Merged
munkhuushmgl merged 1 commit intogoogleapis:masterfrom May 25, 2021
Merged
fix: Parsing pages, but should be paragraphs#147munkhuushmgl merged 1 commit intogoogleapis:masterfrom
munkhuushmgl merged 1 commit intogoogleapis:masterfrom
Conversation
The code intends to be parsing paragraphs from a page, but was instead parsing pages from a document.
munkhuushmgl
approved these changes
May 25, 2021
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
May 31, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [0.5.0](https://github.com/googleapis/python-documentai/compare/v0.4.0...v0.5.0) (2021-05-28) ### Features * add confidence field to the PageAnchor.PageRef in document.proto. ([be671a8](https://github.com/googleapis/python-documentai/commit/be671a832839d6efeae76d168b7913a9408572b4)) * support self-signed JWT flow for service accounts ([be671a8](https://github.com/googleapis/python-documentai/commit/be671a832839d6efeae76d168b7913a9408572b4)) * Use non-regionalized default host name for documentai.googleapis.com ([be671a8](https://github.com/googleapis/python-documentai/commit/be671a832839d6efeae76d168b7913a9408572b4)) ### Bug Fixes * add async client to %name_%version/init.py ([be671a8](https://github.com/googleapis/python-documentai/commit/be671a832839d6efeae76d168b7913a9408572b4)) * Parsing pages, but should be paragraphs ([#147](https://github.com/googleapis/python-documentai/issues/147)) ([c4aca1b](https://github.com/googleapis/python-documentai/commit/c4aca1bc1c01b3e1fdcc644eaf8922552c6c99a7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The code intends to be parsing paragraphs from a page, but was instead parsing pages from a document.
Fixes #145