Skip to content

Commit 91bee51

Browse files
Google APIscopybara-github
authored andcommitted
feat: added advanced_ocr_options field in OcrConfig
PiperOrigin-RevId: 504600937
1 parent f2f7edc commit 91bee51

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/documentai/v1beta3/document_io.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,7 @@ message OcrConfig {
107107
// Enables special handling for PDFs with existing text information. Results
108108
// in better text extraction quality in such PDF inputs.
109109
bool enable_native_pdf_parsing = 3;
110+
111+
// A list of advanced OCR options to further fine-tune OCR behavior.
112+
repeated string advanced_ocr_options = 5;
110113
}

0 commit comments

Comments
 (0)