rostaing-ocr 0.1.1__py3-none-any.whl → 0.2.0__py3-none-any.whl
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.
- {rostaing_ocr-0.1.1.dist-info → rostaing_ocr-0.2.0.dist-info}/METADATA +2 -2
- rostaing_ocr-0.2.0.dist-info/RECORD +7 -0
- rostaing_ocr-0.1.1.dist-info/RECORD +0 -7
- {rostaing_ocr-0.1.1.dist-info → rostaing_ocr-0.2.0.dist-info}/WHEEL +0 -0
- {rostaing_ocr-0.1.1.dist-info → rostaing_ocr-0.2.0.dist-info}/licenses/LICENSE +0 -0
- {rostaing_ocr-0.1.1.dist-info → rostaing_ocr-0.2.0.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: rostaing-ocr
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.2.0
|
4
4
|
Summary: An OCR tool to extract text from scanned and non-scanned images and PDFs.
|
5
5
|
Author-email: Davila Rostaing <rostaingdavila@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/Rostaing/rostaing-ocr
|
@@ -22,7 +22,7 @@ Dynamic: license-file
|
|
22
22
|
|
23
23
|
# Rostaing OCR, created by Davila Rostaing.
|
24
24
|
|
25
|
-
A
|
25
|
+
A Python OCR package for extracting text from scanned and native images or PDFs, designed for integration into AI applications such as LLMs and RAG, and to produce clean plain text (`.txt`) and Markdown (`.md`) files.
|
26
26
|
|
27
27
|
## Features
|
28
28
|
|
@@ -0,0 +1,7 @@
|
|
1
|
+
rostaing_ocr/__init__.py,sha256=HBwHqAcgfbxYvLsLkIiei-HEgXZrcHXM675VrLjO2fc,196
|
2
|
+
rostaing_ocr/rostaing_ocr.py,sha256=xp7aP0MiL4vS0KzztPnDCnAsYsPzZ6ZBWZxRnNAEgIs,10746
|
3
|
+
rostaing_ocr-0.2.0.dist-info/licenses/LICENSE,sha256=-mnJp92iFU5D7XvCVxTbqiHQBhIo_LKsH9yaMaPymoY,1087
|
4
|
+
rostaing_ocr-0.2.0.dist-info/METADATA,sha256=-1iuVKiGPu8guZ7-vGdngDf_UY95OMNe4n58aYkXyOA,6400
|
5
|
+
rostaing_ocr-0.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
+
rostaing_ocr-0.2.0.dist-info/top_level.txt,sha256=2MSL7KmO9dgjq622ZnYtXoYIxsa1VVm0ZAlrj3RKPCg,13
|
7
|
+
rostaing_ocr-0.2.0.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
rostaing_ocr/__init__.py,sha256=HBwHqAcgfbxYvLsLkIiei-HEgXZrcHXM675VrLjO2fc,196
|
2
|
-
rostaing_ocr/rostaing_ocr.py,sha256=xp7aP0MiL4vS0KzztPnDCnAsYsPzZ6ZBWZxRnNAEgIs,10746
|
3
|
-
rostaing_ocr-0.1.1.dist-info/licenses/LICENSE,sha256=-mnJp92iFU5D7XvCVxTbqiHQBhIo_LKsH9yaMaPymoY,1087
|
4
|
-
rostaing_ocr-0.1.1.dist-info/METADATA,sha256=Wc9UuoVdCqGQzQQhI5THAaJz_cyQtgDprhUhyHJxGtA,6379
|
5
|
-
rostaing_ocr-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
-
rostaing_ocr-0.1.1.dist-info/top_level.txt,sha256=2MSL7KmO9dgjq622ZnYtXoYIxsa1VVm0ZAlrj3RKPCg,13
|
7
|
-
rostaing_ocr-0.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|