Skip to content

Commit

Permalink
docs: update comment for ProcessOptions.page_range
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 584359974
  • Loading branch information
Google APIs authored and Copybara-Service committed Nov 21, 2023
1 parent d2efcaa commit c02e3ec
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions google/cloud/documentai/v1/document_processor_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,11 @@ message ProcessOptions {
}

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

0 comments on commit c02e3ec

Please sign in to comment.