kreuzberg 5.0.0.pre.rc.7 → 5.0.0.pre.rc.29
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/README.md +6 -9
- data/ext/kreuzberg_rb/native/Cargo.lock +1150 -378
- data/ext/kreuzberg_rb/native/Cargo.toml +42 -2
- data/ext/kreuzberg_rb/src/lib.rs +7975 -730
- data/lib/kreuzberg/native.rb +985 -2
- data/lib/kreuzberg/version.rb +2 -2
- data/lib/kreuzberg.rb +1 -1
- data/lib/kreuzberg_rb.so +0 -0
- data/sig/types.rbs +517 -29
- metadata +5 -3
- data/ext/kreuzberg_rb/extconf.rb +0 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 617c84c8c1be5e0069e8c92a6159a62d24b5aed8d349bdd140192c901a5115c7
|
|
4
|
+
data.tar.gz: f1401f70756689be691a18e134ad8a5a65ba9019b143f693e591419c17dc4594
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5e58e904e8e4a98821f3758067d2a7e0dba6dab2753116c17ecfa115188214bd8551118b3848aab9dbe3b4c47021cf594e07bed23e178dfc29cc4282cfd971d
|
|
7
|
+
data.tar.gz: d3b507e289f69b7bc89137cf1a8ddcdef6346778e36c958e33cad20b9baae03311aff85ef331b62933b8cee82b3a9e7a7af3d9a8a8f9cffdd006465bec9f19e9
|
data/README.md
CHANGED
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
<a href="https://www.nuget.org/packages/Kreuzberg/">
|
|
27
27
|
<img src="https://img.shields.io/nuget/v/Kreuzberg?label=C%23&color=007ec6" alt="C#">
|
|
28
28
|
</a>
|
|
29
|
-
<a href="https://packagist.org/packages/kreuzberg/kreuzberg">
|
|
30
|
-
<img src="https://img.shields.io/packagist/v/kreuzberg/kreuzberg?label=PHP&color=007ec6" alt="PHP">
|
|
29
|
+
<a href="https://packagist.org/packages/kreuzberg-dev/kreuzberg">
|
|
30
|
+
<img src="https://img.shields.io/packagist/v/kreuzberg-dev/kreuzberg?label=PHP&color=007ec6" alt="PHP">
|
|
31
31
|
</a>
|
|
32
32
|
<a href="https://rubygems.org/gems/kreuzberg">
|
|
33
33
|
<img src="https://img.shields.io/gem/v/kreuzberg?label=Ruby&color=007ec6" alt="Ruby">
|
|
@@ -72,12 +72,6 @@
|
|
|
72
72
|
</a>
|
|
73
73
|
</div>
|
|
74
74
|
|
|
75
|
-
<div align="center" style="margin: 24px 0 0;">
|
|
76
|
-
<a href="https://kreuzberg.dev">
|
|
77
|
-
<img alt="Kreuzberg" src="https://github.com/user-attachments/assets/419fc06c-8313-4324-b159-4b4d3cfce5c0" />
|
|
78
|
-
</a>
|
|
79
|
-
</div>
|
|
80
|
-
|
|
81
75
|
<div align="center" style="display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 28px 0 24px;">
|
|
82
76
|
<a href="https://discord.gg/xt9WY3GnKR">
|
|
83
77
|
<img height="22" src="https://img.shields.io/badge/Discord-Chat-007ec6?logo=discord&logoColor=white" alt="Join Discord">
|
|
@@ -85,9 +79,12 @@
|
|
|
85
79
|
<a href="https://docs.kreuzberg.dev/demo.html">
|
|
86
80
|
<img height="22" src="https://img.shields.io/badge/Live%20Demo-Open-007ec6?logo=webassembly&logoColor=white" alt="Live Demo">
|
|
87
81
|
</a>
|
|
82
|
+
<a href="https://github.com/kreuzberg-dev/kreuzberg/stargazers">
|
|
83
|
+
<img height="22" src="https://img.shields.io/github/stars/kreuzberg-dev/kreuzberg?style=social" alt="GitHub Stars">
|
|
84
|
+
</a>
|
|
88
85
|
</div>
|
|
89
86
|
|
|
90
|
-
Extract text, tables, images, and
|
|
87
|
+
Extract text, tables, images, metadata, and code intelligence from 96 file formats and 306 programming languages including PDF, Office documents, images, and audio/video transcripts where native transcription is available. Ruby bindings with idiomatic Ruby API and native performance.
|
|
91
88
|
|
|
92
89
|
## What This Package Provides
|
|
93
90
|
|