Skip to content

Commit

Permalink
feat: [documentai] added advanced_ocr_options field in OcrConfig (#3890)
Browse files Browse the repository at this point in the history
* feat: added advanced_ocr_options field in OcrConfig

PiperOrigin-RevId: 504600937

Source-Link: googleapis/googleapis@91bee51

Source-Link: googleapis/googleapis-gen@70424b9
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRvY3VtZW50YWkvLk93bEJvdC55YW1sIiwiaCI6IjcwNDI0Yjk0NTdkMTVlZDg1MmEwYTBiOWE0ZjAzMmYyYjMwOWIzMmMifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 25, 2023
1 parent 16165b9 commit babcf2f
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
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;
}
6 changes: 6 additions & 0 deletions packages/google-cloud-documentai/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions packages/google-cloud-documentai/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/google-cloud-documentai/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit babcf2f

Please sign in to comment.