carbon_ruby_sdk 0.2.21 → 0.2.22

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: 9fa0e098dce1b18a1c27c9543458607ab26711fa0601b770f20c9577dff455ce
4
- data.tar.gz: 4eb9b53e86e7c71b0876322b68eca33cb75d7b82fcbd49f1a720e6ff31eac399
3
+ metadata.gz: 806bcc7f0eb46e3620cbeb04930aaea25d030ca1336725a4819e29d2e01f6ef1
4
+ data.tar.gz: 9ab058d3e97f2a70a109db053b9900332ebcbf1387e24d09f875bcecd57125b5
5
5
  SHA512:
6
- metadata.gz: a84bd1ec35d79783e5e0e142363ad872b6afaa3a2d495f93c40ec0bceec3ed3044c7c19043500856673ad87bd847353e4360ca61962f45ebff3909f7d7da7456
7
- data.tar.gz: 63d99d8282239f0225ded43449c8bf69a6921aa38bd4d4ffff3f22dbb62b4f925a7060ef570445507888a2a96533bf0930e3d056c15a0a5b0bf31fe9e888ec32
6
+ metadata.gz: 4268173c09c5e36e0bb61bd87754300a97818ebda1f49101b19001ddcbb0f0d8bb8ef02c839c5b5d450a1c12de29c49c516db97f39c1f969d3b3a928ca95836a
7
+ data.tar.gz: 583d3c91102825020658d5d2335289e6b05e7076a782dc1eb820002fa3b3ce7de10d8824de2773d32741fb34faee2c1cee36128bcb94a840d8157185934942ea
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- carbon_ruby_sdk (0.2.21)
4
+ carbon_ruby_sdk (0.2.22)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart (~> 1.0, >= 1.0.4)
7
7
 
@@ -28,7 +28,7 @@ GEM
28
28
  reline (>= 0.3.0)
29
29
  method_source (1.1.0)
30
30
  multipart-post (2.4.1)
31
- parallel (1.26.2)
31
+ parallel (1.26.3)
32
32
  parser (3.3.4.2)
33
33
  ast (~> 2.4.1)
34
34
  racc
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Connect external data to LLMs, no matter the source.
8
8
 
9
- [![npm](https://img.shields.io/badge/gem-v0.2.21-blue)](https://rubygems.org/gems/carbon_ruby_sdk/versions/0.2.21)
9
+ [![npm](https://img.shields.io/badge/gem-v0.2.22-blue)](https://rubygems.org/gems/carbon_ruby_sdk/versions/0.2.22)
10
10
 
11
11
  </div>
12
12
 
@@ -93,7 +93,7 @@ Connect external data to LLMs, no matter the source.
93
93
  Add to Gemfile:
94
94
 
95
95
  ```ruby
96
- gem 'carbon_ruby_sdk', '~> 0.2.21'
96
+ gem 'carbon_ruby_sdk', '~> 0.2.22'
97
97
  ```
98
98
 
99
99
  ## Getting Started<a id="getting-started"></a>
@@ -1695,7 +1695,7 @@ This request id will be added to all files that get synced using the generated
1695
1695
  OAuth URL
1696
1696
 
1697
1697
  ##### use_ocr: `Boolean`<a id="use_ocr-boolean"></a>
1698
- Enable OCR for files that support it. Supported formats: pdf
1698
+ Enable OCR for files that support it. Supported formats: jpg, png, pdf
1699
1699
 
1700
1700
  ##### parse_pdf_tables_with_ocr: `Boolean`<a id="parse_pdf_tables_with_ocr-boolean"></a>
1701
1701
  ##### enable_file_picker: `Boolean`<a id="enable_file_picker-boolean"></a>
@@ -661,7 +661,7 @@ module Carbon
661
661
  # @param data_source_id [Integer] Used to specify a data source to sync from if you have multiple connected. It can be skipped if you only have one data source of that type connected or are connecting a new account.
662
662
  # @param connecting_new_account [Boolean] Used to connect a new data source. If not specified, we will attempt to create a sync URL for an existing data source based on type and ID.
663
663
  # @param request_id [String] This request id will be added to all files that get synced using the generated OAuth URL
664
- # @param use_ocr [Boolean] Enable OCR for files that support it. Supported formats: pdf
664
+ # @param use_ocr [Boolean] Enable OCR for files that support it. Supported formats: jpg, png, pdf
665
665
  # @param parse_pdf_tables_with_ocr [Boolean]
666
666
  # @param enable_file_picker [Boolean] Enable integration's file picker for sources that support it. Supported sources: BOX, DROPBOX, GOOGLE_DRIVE, ONEDRIVE, SHAREPOINT
667
667
  # @param sync_source_items [Boolean] Enabling this flag will fetch all available content from the source to be listed via list items endpoint
@@ -731,7 +731,7 @@ module Carbon
731
731
  # @param data_source_id [Integer] Used to specify a data source to sync from if you have multiple connected. It can be skipped if you only have one data source of that type connected or are connecting a new account.
732
732
  # @param connecting_new_account [Boolean] Used to connect a new data source. If not specified, we will attempt to create a sync URL for an existing data source based on type and ID.
733
733
  # @param request_id [String] This request id will be added to all files that get synced using the generated OAuth URL
734
- # @param use_ocr [Boolean] Enable OCR for files that support it. Supported formats: pdf
734
+ # @param use_ocr [Boolean] Enable OCR for files that support it. Supported formats: jpg, png, pdf
735
735
  # @param parse_pdf_tables_with_ocr [Boolean]
736
736
  # @param enable_file_picker [Boolean] Enable integration's file picker for sources that support it. Supported sources: BOX, DROPBOX, GOOGLE_DRIVE, ONEDRIVE, SHAREPOINT
737
737
  # @param sync_source_items [Boolean] Enabling this flag will fetch all available content from the source to be listed via list items endpoint
@@ -56,7 +56,7 @@ module Carbon
56
56
  # This request id will be added to all files that get synced using the generated OAuth URL
57
57
  attr_accessor :request_id
58
58
 
59
- # Enable OCR for files that support it. Supported formats: pdf
59
+ # Enable OCR for files that support it. Supported formats: jpg, png, pdf
60
60
  attr_accessor :use_ocr
61
61
 
62
62
  attr_accessor :parse_pdf_tables_with_ocr
@@ -7,5 +7,5 @@ The version of the OpenAPI document: 1.0.0
7
7
  =end
8
8
 
9
9
  module Carbon
10
- VERSION = '0.2.21'
10
+ VERSION = '0.2.22'
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carbon_ruby_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.21
4
+ version: 0.2.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konfig
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-14 00:00:00.000000000 Z
11
+ date: 2024-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday