liteparse-rb 0.1.7-x86_64-linux

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.
metadata ADDED
@@ -0,0 +1,68 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: liteparse-rb
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.7
5
+ platform: x86_64-linux
6
+ authors:
7
+ - Evan Mattiza
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: rb_sys
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '0.9'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '0.9'
26
+ description: Ruby bindings for LiteParse — an open-source document parser that extracts
27
+ text with spatial layout information, bounding boxes, OCR support, and more.
28
+ executables: []
29
+ extensions:
30
+ - ext/liteparse/extconf.rb
31
+ extra_rdoc_files: []
32
+ files:
33
+ - Cargo.lock
34
+ - Cargo.toml
35
+ - crates/liteparse-ruby/Cargo.toml
36
+ - crates/liteparse-ruby/src/lib.rs
37
+ - ext/liteparse/extconf.rb
38
+ - ext/liteparse/src/lib.rs
39
+ - lib/liteparse.rb
40
+ - lib/liteparse/cli.rb
41
+ - lib/liteparse/liteparse.so
42
+ - lib/liteparse/parser.rb
43
+ - lib/liteparse/types.rb
44
+ - lib/liteparse/version.rb
45
+ homepage: https://github.com/emattiza/liteparse-rb
46
+ licenses:
47
+ - Apache-2.0
48
+ metadata:
49
+ homepage_uri: https://github.com/emattiza/liteparse-rb
50
+ source_code_uri: https://github.com/emattiza/liteparse-rb
51
+ rdoc_options: []
52
+ require_paths:
53
+ - lib
54
+ required_ruby_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: '3.3'
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: '0'
64
+ requirements: []
65
+ rubygems_version: 4.0.10
66
+ specification_version: 4
67
+ summary: Fast, lightweight PDF and document parsing with Ruby
68
+ test_files: []