google-cloud-document_ai-v1 0.16.0 → 0.16.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4249a61a36fec19cac99096da0a0150ce320569a9a52c7d71031131c16b59986
|
|
4
|
+
data.tar.gz: 3031f013963e906407ec7b089c038a8884d2af659f8ef4b24a06a69cd4626ad5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: caf0e0acaf12f507cdae2dfa8522b5f186b541d75754e42bccd6cebf68e24ccd1c6ae31c29de1451594c035701342d5326b8d527bd542a007443153c86a24fdc
|
|
7
|
+
data.tar.gz: f090726652d9361c75c6d0f0b4445841d7486be4af36c2b913d4f2c1ce84feff9837d68f3731fdb5a6c72897af1ceabf61ddf61f73ed472c829c8909e5aef3e8
|
|
@@ -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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2023-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|