Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Google LLC
// Copyright 2026 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -354,6 +354,12 @@ message ProcessOptions {
// Optional. Whether to include bounding boxes in layout parser processor
// response.
bool return_bounding_boxes = 3 [(google.api.field_behavior) = OPTIONAL];

// Optional. Whether to include image annotations in layout parser response.
bool enable_image_annotation = 4 [(google.api.field_behavior) = OPTIONAL];

// Optional. Whether to include table annotations in layout parser response.
bool enable_table_annotation = 6 [(google.api.field_behavior) = OPTIONAL];
}

// A list of individual page numbers.
Expand Down
12 changes: 12 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.

46 changes: 46 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.

14 changes: 14 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.

Loading