google-cloud-document_ai-v1beta3 0.17.0 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bfa52d5924549d5d80c5599d2b07b9126b03c7e371aacc0a96c20970c0a328a8
4
- data.tar.gz: e386aadb70609fccaa37882632c0809743b36b0e42e0b3399f00eaf90e77f318
3
+ metadata.gz: dcfc57a7ccafe29e077fc24b7bda5f649eca0816673cb7b5bc58298b2a3dda85
4
+ data.tar.gz: 8cdb98225c5d9648bf8e5aefce32c7e6579225b1193b11bb76d58b21243fca2d
5
5
  SHA512:
6
- metadata.gz: faf4467fea5af59eccfaaf5db65798d0c54bcdaf8f764d50db300432e762d3d947730e59e02bc8233a5b7feaa55e166c70d1a451109514494779185076b1da6a
7
- data.tar.gz: cc6090b810b843e2eb2e31ae58314cd6bd037db6992a5ece0fa66f5281431891a427aa7abbbc4f1333694c4786556c625ef2e8077328cbe2f8fa124a39e1a988
6
+ metadata.gz: ed9190ce5a5e089cac8676ac585c6d150e0b761c13fc94fa0b4b3eca0f728a7d933b6f7e73b8e56d4f303c9076589aec7fcdd4af302a748939ab5c9351a4f5d1
7
+ data.tar.gz: 793a0abea6968ace9fb988220eebc60dada1096423552e27554a866f8005a893363ce210b422c7683695a200813ccb7abe51ac0f7fc31d13116d15ef2fdc5f5f
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
23
  module V1beta3
24
- VERSION = "0.17.0"
24
+ VERSION = "0.18.0"
25
25
  end
26
26
  end
27
27
  end
@@ -43,6 +43,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
43
43
  end
44
44
  add_message "google.cloud.documentai.v1beta3.OcrConfig" do
45
45
  optional :enable_native_pdf_parsing, :bool, 3
46
+ repeated :advanced_ocr_options, :string, 5
46
47
  end
47
48
  end
48
49
  end
@@ -120,6 +120,9 @@ module Google
120
120
  # @return [::Boolean]
121
121
  # Enables special handling for PDFs with existing text information. Results
122
122
  # in better text extraction quality in such PDF inputs.
123
+ # @!attribute [rw] advanced_ocr_options
124
+ # @return [::Array<::String>]
125
+ # A list of advanced OCR options to further fine-tune OCR behavior.
123
126
  class OcrConfig
124
127
  include ::Google::Protobuf::MessageExts
125
128
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-document_ai-v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-20 00:00:00.000000000 Z
11
+ date: 2023-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common