Skip to content

Commit 84fe051

Browse files
docs: [documentai] update comment for ProcessOptions.page_range (#10076)
* docs: update comment for ProcessOptions.page_range PiperOrigin-RevId: 584359974 Source-Link: googleapis/googleapis@c02e3ec Source-Link: https://github.com/googleapis/googleapis-gen/commit/51f125598f10d4fb83af30a335eb9db112a83dfd Copy-Tag: eyJwIjoiamF2YS1kb2N1bWVudC1haS8uT3dsQm90LnlhbWwiLCJoIjoiNTFmMTI1NTk4ZjEwZDRmYjgzYWYzMGEzMzVlYjlkYjExMmE4M2RmZCJ9 * 🦉 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>
1 parent 5c91759 commit 84fe051

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

java-document-ai/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.26.0</version>
23+
<version>26.27.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-document-ai.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-document-ai/2.33.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-document-ai/2.34.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-document-ai/proto-google-cloud-document-ai-v1/src/main/proto/google/cloud/documentai/v1/document_processor_service.proto

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -335,12 +335,11 @@ message ProcessOptions {
335335
}
336336

337337
// A subset of pages to process. If not specified, all pages are processed.
338-
// If a page range is set, only the given pages are extracted and processed
339-
// from the document. In the output document,
340-
// [Document.Page.page_number][google.cloud.documentai.v1.Document.Page.page_number]
341-
// refers to the page number in the original document. This configuration
342-
// only applies to sync requests. `page_range` can be only one of the
343-
// following:
338+
// If a page range is set, only the given pages are extracted and processed
339+
// from the document. In the output document,
340+
// [Document.Page.page_number][google.cloud.documentai.v1.Document.Page.page_number]
341+
// refers to the page number in the original document. This configuration
342+
// only applies to sync requests.
344343
oneof page_range {
345344
// Which pages to process (1-indexed).
346345
IndividualPageSelector individual_page_selector = 5;

0 commit comments

Comments
 (0)