rostaing-ocr 0.1.0__py3-none-any.whl → 0.1.1__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.0.dist-info → rostaing_ocr-0.1.1.dist-info}/METADATA +12 -3
- rostaing_ocr-0.1.1.dist-info/RECORD +7 -0
- rostaing_ocr-0.1.0.dist-info/RECORD +0 -7
- {rostaing_ocr-0.1.0.dist-info → rostaing_ocr-0.1.1.dist-info}/WHEEL +0 -0
- {rostaing_ocr-0.1.0.dist-info → rostaing_ocr-0.1.1.dist-info}/licenses/LICENSE +0 -0
- {rostaing_ocr-0.1.0.dist-info → rostaing_ocr-0.1.1.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: rostaing-ocr
|
3
|
-
Version: 0.1.
|
4
|
-
Summary:
|
5
|
-
Author-email: Davila Rostaing <
|
3
|
+
Version: 0.1.1
|
4
|
+
Summary: An OCR tool to extract text from scanned and non-scanned images and PDFs.
|
5
|
+
Author-email: Davila Rostaing <rostaingdavila@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/Rostaing/rostaing-ocr
|
7
7
|
Project-URL: Bug Tracker, https://github.com/Rostaing/rostaing-ocr/issues
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
@@ -110,6 +110,9 @@ extractor = RostaingOCR(
|
|
110
110
|
print_to_console=True # Optionel
|
111
111
|
)
|
112
112
|
|
113
|
+
# You can print to get a summary of the operation.
|
114
|
+
print(extractor)
|
115
|
+
|
113
116
|
# --- Example 2: Process multiple files and print to console ---
|
114
117
|
# This will process both files, save a consolidated output, and also print the results.
|
115
118
|
multi_extractor = RostaingOCR(
|
@@ -141,3 +144,9 @@ In short, `Rostaing OCR` unlocks your documents, making them ready for any moder
|
|
141
144
|
## License
|
142
145
|
|
143
146
|
This project is licensed under the MIT License. See the `LICENSE` file for more details.
|
147
|
+
|
148
|
+
## Useful Links
|
149
|
+
- Github: https://github.com/Rostaing/rostaing-ocr
|
150
|
+
- Pypi: https://pypi.org/project/rostaing-ocr/
|
151
|
+
- Linkedin: https://www.linkedin.com/in/davila-rostaing/
|
152
|
+
- YouTube: [youtube.com/@RostaingAI?sub_confirmation=1](https://youtube.com/@rostaingai?si=b7jqDY4qh3_AMSXE)
|
@@ -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.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,,
|
@@ -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.0.dist-info/licenses/LICENSE,sha256=-mnJp92iFU5D7XvCVxTbqiHQBhIo_LKsH9yaMaPymoY,1087
|
4
|
-
rostaing_ocr-0.1.0.dist-info/METADATA,sha256=YocIRat6BHwcZPAB_Qk92Gep6Kl_SLPVFRb34Oeb-m0,6036
|
5
|
-
rostaing_ocr-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
-
rostaing_ocr-0.1.0.dist-info/top_level.txt,sha256=2MSL7KmO9dgjq622ZnYtXoYIxsa1VVm0ZAlrj3RKPCg,13
|
7
|
-
rostaing_ocr-0.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|