Skip to content

Commit 2e5f8ba

Browse files
Google APIscopybara-github
authored andcommitted
feat: Added config options to enable image annotation
PiperOrigin-RevId: 751183367
1 parent 57bf598 commit 2e5f8ba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/documentai/v1beta3/document_processor_service.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,9 @@ message ProcessOptions {
380380
// response.
381381
bool return_bounding_boxes = 3 [(google.api.field_behavior) = OPTIONAL];
382382

383+
// Optional. Whether to include image annotations in layout parser response.
384+
bool enable_image_annotation = 4 [(google.api.field_behavior) = OPTIONAL];
385+
383386
// Optional. Whether to refine PDF layout using LLM.
384387
bool enable_llm_layout_parsing = 5 [(google.api.field_behavior) = OPTIONAL];
385388
}

0 commit comments

Comments
 (0)