Skip to content

Commit

Permalink
feat: added advanced_ocr_options field in OcrConfig
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 504600937
  • Loading branch information
Google APIs authored and copybara-github committed Jan 25, 2023
1 parent f2f7edc commit 91bee51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/cloud/documentai/v1beta3/document_io.proto
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,7 @@ message OcrConfig {
// Enables special handling for PDFs with existing text information. Results
// in better text extraction quality in such PDF inputs.
bool enable_native_pdf_parsing = 3;

// A list of advanced OCR options to further fine-tune OCR behavior.
repeated string advanced_ocr_options = 5;
}

0 comments on commit 91bee51

Please sign in to comment.