We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76b740 commit 8dab79fCopy full SHA for 8dab79f
1 file changed
google/cloud/documentai/v1beta3/document_processor_service.proto
@@ -383,8 +383,14 @@ message ProcessOptions {
383
// Optional. Whether to include image annotations in layout parser response.
384
bool enable_image_annotation = 4 [(google.api.field_behavior) = OPTIONAL];
385
386
+ // Optional. Whether to extract images in layout parser response.
387
+ bool enable_image_extraction = 7 [(google.api.field_behavior) = OPTIONAL];
388
+
389
// Optional. Whether to refine PDF layout using LLM.
390
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];
394
}
395
396
// A list of individual page numbers.
0 commit comments