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 @@ -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 ;
You can’t perform that action at this time.
0 commit comments