google-cloud-vision-v1 0.8.0 → 0.9.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90af1ca7ee6c5b4733fb24cfd3d3ae2a4fce345688247d5a8c2b813f40d5e7b9
|
|
4
|
+
data.tar.gz: fe441dd14da1bd0a73e284c800ea5480169ffc60157e88a57dfa7bb355803d32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e7b766a0709037d15aed5ba3fe90b33bd548f44f6e4c8c459a8abab8f4cf642a9a29ccbd6713d9d45106a88ad78e7075ad8b72200161e42c74b400df38f1a3c
|
|
7
|
+
data.tar.gz: cec8cc37fdd096e2c19182c90faef35a9f37a133a6491cd55d94bcc2d7e6b3aa14511764be26b6fc3a36431b2d2687147b6ae36175ba45f6c159399b2de481bc
|
|
@@ -170,6 +170,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
170
170
|
end
|
|
171
171
|
add_message "google.cloud.vision.v1.TextDetectionParams" do
|
|
172
172
|
optional :enable_text_detection_confidence_score, :bool, 9
|
|
173
|
+
repeated :advanced_ocr_options, :string, 11
|
|
173
174
|
end
|
|
174
175
|
add_message "google.cloud.vision.v1.ImageContext" do
|
|
175
176
|
optional :lat_long_rect, :message, 1, "google.cloud.vision.v1.LatLongRect"
|
|
@@ -566,6 +566,9 @@ module Google
|
|
|
566
566
|
# By default, Cloud Vision API only includes confidence score for
|
|
567
567
|
# DOCUMENT_TEXT_DETECTION result. Set the flag to true to include confidence
|
|
568
568
|
# score for TEXT_DETECTION as well.
|
|
569
|
+
# @!attribute [rw] advanced_ocr_options
|
|
570
|
+
# @return [::Array<::String>]
|
|
571
|
+
# A list of advanced OCR options to fine-tune OCR behavior.
|
|
569
572
|
class TextDetectionParams
|
|
570
573
|
include ::Google::Protobuf::MessageExts
|
|
571
574
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -26,8 +26,6 @@ module Google
|
|
|
26
26
|
# service Foo {
|
|
27
27
|
# rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
|
|
28
28
|
# }
|
|
29
|
-
#
|
|
30
|
-
# The JSON representation for `Empty` is empty JSON object `{}`.
|
|
31
29
|
class Empty
|
|
32
30
|
include ::Google::Protobuf::MessageExts
|
|
33
31
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-vision-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.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: 2022-
|
|
11
|
+
date: 2022-08-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|