Skip to content

Commit c02e3ec

Browse files
Google APIscopybara-github
authored andcommitted
docs: update comment for ProcessOptions.page_range
PiperOrigin-RevId: 584359974
1 parent d2efcaa commit c02e3ec

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

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)