google-apis-documentai_v1 0.75.0 → 0.76.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/documentai_v1/classes.rb +6 -6
- data/lib/google/apis/documentai_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6928f6c903ea32565f50fed6c3676e5abc3598a17f37af20acc07721de45fad5
|
|
4
|
+
data.tar.gz: 33d00a0cf51ad42b42df9b1709ba72cc9dedf738bc45b74c70e65634577c1152
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83507d31f9d4502d4a399ed7e33fdab542a4bba7da10e3f9904fada4bfc391a96a68dd1c61d563294d725a3dba6defa927f748bd06eba90cebae8db148df770c
|
|
7
|
+
data.tar.gz: f126532acda4a4339ba021a81defcec87782aec97a817eb4324acdd942fecd951b5a931e51aaa4f74b75c3fc62ca3e6510906aef461ae4f278b10b949f499c91
|
data/CHANGELOG.md
CHANGED
|
@@ -4549,7 +4549,7 @@ module Google
|
|
|
4549
4549
|
alias_method :compute_style_info?, :compute_style_info
|
|
4550
4550
|
|
|
4551
4551
|
# Turn off character box detector in OCR engine. Character box detection is
|
|
4552
|
-
# enabled by default in OCR 2.0
|
|
4552
|
+
# enabled by default in OCR 2.0 (and later) processors.
|
|
4553
4553
|
# Corresponds to the JSON property `disableCharacterBoxesDetection`
|
|
4554
4554
|
# @return [Boolean]
|
|
4555
4555
|
attr_accessor :disable_character_boxes_detection
|
|
@@ -4643,8 +4643,8 @@ module Google
|
|
|
4643
4643
|
attr_accessor :enable_math_ocr
|
|
4644
4644
|
alias_method :enable_math_ocr?, :enable_math_ocr
|
|
4645
4645
|
|
|
4646
|
-
# Turn on selection mark detector in OCR engine. Only available in OCR 2.0
|
|
4647
|
-
# processors.
|
|
4646
|
+
# Turn on selection mark detector in OCR engine. Only available in OCR 2.0 (and
|
|
4647
|
+
# later) processors.
|
|
4648
4648
|
# Corresponds to the JSON property `enableSelectionMarkDetection`
|
|
4649
4649
|
# @return [Boolean]
|
|
4650
4650
|
attr_accessor :enable_selection_mark_detection
|
|
@@ -4671,8 +4671,8 @@ module Google
|
|
|
4671
4671
|
# @return [Fixnum]
|
|
4672
4672
|
attr_accessor :from_end
|
|
4673
4673
|
|
|
4674
|
-
# Only process certain pages from the start
|
|
4675
|
-
#
|
|
4674
|
+
# Only process certain pages from the start. Process all if the document has
|
|
4675
|
+
# fewer pages.
|
|
4676
4676
|
# Corresponds to the JSON property `fromStart`
|
|
4677
4677
|
# @return [Fixnum]
|
|
4678
4678
|
attr_accessor :from_start
|
|
@@ -10025,7 +10025,7 @@ module Google
|
|
|
10025
10025
|
end
|
|
10026
10026
|
|
|
10027
10027
|
# A singleton resource under a Processor which configures a collection of
|
|
10028
|
-
# documents.
|
|
10028
|
+
# documents.
|
|
10029
10029
|
class GoogleCloudDocumentaiV1beta3Dataset
|
|
10030
10030
|
include Google::Apis::Core::Hashable
|
|
10031
10031
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DocumentaiV1
|
|
18
18
|
# Version of the google-apis-documentai_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.76.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230923"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-documentai_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.76.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-
|
|
11
|
+
date: 2023-10-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.76.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|