File tree Expand file tree Collapse file tree
google/cloud/documentai/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments