rostaing-ocr 0.1.0__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.
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rostaing-ocr
3
- Version: 0.1.0
4
- Summary: Un outil OCR pour extraire du texte d'images et de PDF en utilisant Tesseract et PyMuPDF.
5
- Author-email: Davila Rostaing <davilarostaing@gmail.com>
3
+ Version: 0.2.0
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
@@ -22,7 +22,7 @@ Dynamic: license-file
22
22
 
23
23
  # Rostaing OCR, created by Davila Rostaing.
24
24
 
25
- A simple and powerful Python tool for extracting text from images and scanned PDFs. It leverages Tesseract, PyMuPDF, and MarkItDown to produce clean plain text (`.txt`) and Markdown (`.md`) files.
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
 
@@ -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.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.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,,