velrim 0.0.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 +7 -0
- data/README.md +13 -0
- data/lib/velrim.rb +5 -0
- metadata +46 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 8d7b5592883de581dd7f68fd2d22dec0ba9b9617a8670bf1e957e1bf90a3d1af
|
|
4
|
+
data.tar.gz: a119b07b9f3c751ecc5af82419580c76d4ca1118b4877ad96c494e3dcb713ac2
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 2526d7669ba5500f88a73d1e8048ee8846c368bfe1d72ebf7d27bd4c0b88b64e9b9b98f59e64ebeae5bfcfb2ef9278d15fd4a37858f5348b30af27607881df4d
|
|
7
|
+
data.tar.gz: 6c26486ec1b07ad4afe25d421750860f2f6cb43c1a253724b8bd5bc7fd6354d84e4f1f84d1c5e69da4ce430edd934534225c83f8a56ecb71a4d556ef9e07f377
|
data/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Velrim Ruby SDK
|
|
2
|
+
|
|
3
|
+
This gem name is reserved for the **official Velrim Ruby SDK**.
|
|
4
|
+
|
|
5
|
+
[Velrim](https://velrim.com) is a schema-first document extraction API — typed JSON
|
|
6
|
+
from any document, with visual grounding and calibrated confidence.
|
|
7
|
+
|
|
8
|
+
The full Ruby SDK is in development. Until it ships:
|
|
9
|
+
|
|
10
|
+
- **Site:** https://velrim.com
|
|
11
|
+
- **Docs:** https://docs.velrim.com
|
|
12
|
+
|
|
13
|
+
Maintained by the Velrim team.
|
data/lib/velrim.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: velrim
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Velrim
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies: []
|
|
12
|
+
description: Reserved for the official Velrim Ruby SDK. Velrim is a schema-first document
|
|
13
|
+
extraction API. The full SDK is in development — see https://velrim.com for launch
|
|
14
|
+
updates.
|
|
15
|
+
email:
|
|
16
|
+
- hello@velrim.com
|
|
17
|
+
executables: []
|
|
18
|
+
extensions: []
|
|
19
|
+
extra_rdoc_files: []
|
|
20
|
+
files:
|
|
21
|
+
- README.md
|
|
22
|
+
- lib/velrim.rb
|
|
23
|
+
homepage: https://velrim.com
|
|
24
|
+
licenses:
|
|
25
|
+
- MIT
|
|
26
|
+
metadata:
|
|
27
|
+
homepage_uri: https://velrim.com
|
|
28
|
+
documentation_uri: https://docs.velrim.com
|
|
29
|
+
rdoc_options: []
|
|
30
|
+
require_paths:
|
|
31
|
+
- lib
|
|
32
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
33
|
+
requirements:
|
|
34
|
+
- - ">="
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: '3.0'
|
|
37
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
38
|
+
requirements:
|
|
39
|
+
- - ">="
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: '0'
|
|
42
|
+
requirements: []
|
|
43
|
+
rubygems_version: 3.6.9
|
|
44
|
+
specification_version: 4
|
|
45
|
+
summary: Official Velrim Ruby SDK (placeholder — full SDK launching soon)
|
|
46
|
+
test_files: []
|