Skip to content

Commit 8dab79f

Browse files
Google APIscopybara-github
authored andcommitted
feat: Added config options to enable table annotation and image extraction
PiperOrigin-RevId: 752369273
1 parent c76b740 commit 8dab79f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

google/cloud/documentai/v1beta3/document_processor_service.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,14 @@ message ProcessOptions {
383383
// Optional. Whether to include image annotations in layout parser response.
384384
bool enable_image_annotation = 4 [(google.api.field_behavior) = OPTIONAL];
385385

386+
// Optional. Whether to extract images in layout parser response.
387+
bool enable_image_extraction = 7 [(google.api.field_behavior) = OPTIONAL];
388+
386389
// Optional. Whether to refine PDF layout using LLM.
387390
bool enable_llm_layout_parsing = 5 [(google.api.field_behavior) = OPTIONAL];
391+
392+
// Optional. Whether to include table annotations in layout parser response.
393+
bool enable_table_annotation = 6 [(google.api.field_behavior) = OPTIONAL];
388394
}
389395

390396
// A list of individual page numbers.

0 commit comments

Comments
 (0)