google-cloud-document_ai-v1 0.16.0 → 0.16.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0aeb904fef59d325e344fca73756d47ecb7a5d2e29260081830ec8bc57b61219
4
- data.tar.gz: b2accb15e117bf2b75f39dc552cfa959603f0a476a143236cefa8ebe76b2d05c
3
+ metadata.gz: 4249a61a36fec19cac99096da0a0150ce320569a9a52c7d71031131c16b59986
4
+ data.tar.gz: 3031f013963e906407ec7b089c038a8884d2af659f8ef4b24a06a69cd4626ad5
5
5
  SHA512:
6
- metadata.gz: 8539dc221fdb4038870dbfd71ed8cab36f8c01516c82e4bacdbfb450ba665dca1b4567c54482c98611666ec7c3e3c924624194b754edfc99803ef0670cee8c53
7
- data.tar.gz: 17a7aa73161f60f1a157b33578318d46b0d6ccead148ea54815de46ef21c6f9dddfae48236a97c00e975a2891f118c8f13c41c431a104392e0fd3b6c343d1f76
6
+ metadata.gz: caf0e0acaf12f507cdae2dfa8522b5f186b541d75754e42bccd6cebf68e24ccd1c6ae31c29de1451594c035701342d5326b8d527bd542a007443153c86a24fdc
7
+ data.tar.gz: f090726652d9361c75c6d0f0b4445841d7486be4af36c2b913d4f2c1ce84feff9837d68f3731fdb5a6c72897af1ceabf61ddf61f73ed472c829c8909e5aef3e8
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
23
  module V1
24
- VERSION = "0.16.0"
24
+ VERSION = "0.16.1"
25
25
  end
26
26
  end
27
27
  end
@@ -156,7 +156,7 @@ module Google
156
156
  # @!attribute [rw] disable_character_boxes_detection
157
157
  # @return [::Boolean]
158
158
  # Turn off character box detector in OCR engine. Character box detection is
159
- # enabled by default in OCR 2.0+ processors.
159
+ # enabled by default in OCR 2.0 (and later) processors.
160
160
  # @!attribute [rw] premium_features
161
161
  # @return [::Google::Cloud::DocumentAI::V1::OcrConfig::PremiumFeatures]
162
162
  # Configurations for premium OCR features.
@@ -181,8 +181,8 @@ module Google
181
181
  # Configurations for premium OCR features.
182
182
  # @!attribute [rw] enable_selection_mark_detection
183
183
  # @return [::Boolean]
184
- # Turn on selection mark detector in OCR engine. Only available in OCR 2.0+
185
- # processors.
184
+ # Turn on selection mark detector in OCR engine. Only available in OCR 2.0
185
+ # (and later) processors.
186
186
  # @!attribute [rw] compute_style_info
187
187
  # @return [::Boolean]
188
188
  # Turn on font identification model and return font style information.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-document_ai-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.16.1
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-09-28 00:00:00.000000000 Z
11
+ date: 2023-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common