Skip to content

Commit 9521f7a

Browse files
Google APIscopybara-github
authored andcommitted
docs: minor comment update
PiperOrigin-RevId: 572309677
1 parent 58a5f6e commit 9521f7a

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

google/cloud/documentai/v1/document_processor_service.proto

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -337,15 +337,13 @@ message ProcessOptions {
337337
// A subset of pages to process. If not specified, all pages will be
338338
// processed. NOTICE: If any of the page range is set, we will extract and
339339
// process only the given pages from the document. In the output document,
340-
// [Document.Page.page_number][google.cloud.documentai.v1.Document.Page.page_number]
341-
// is referring to the page number in the original document. This
342-
// configuration only applies to sync requests.
340+
// the page_number is referring to the page number in the original document.
343341
oneof page_range {
344342
// Which pages to process (1-indexed).
345343
IndividualPageSelector individual_page_selector = 5;
346344

347-
// Only process certain pages from the start. Process all if the document
348-
// has fewer pages.
345+
// Only process certain pages from the start, process all if the document
346+
// has less pages.
349347
int32 from_start = 6;
350348

351349
// Only process certain pages from the end, same as above.

0 commit comments

Comments
 (0)