mistocr 0.2.0__tar.gz → 0.2.1__tar.gz

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,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mistocr
3
- Version: 0.2.0
4
- Summary: Simple batch OCR for PDFs using Mistral's state-of-the-art vision model
3
+ Version: 0.2.1
4
+ Summary: Batch OCR for PDFs with heading restoration and visual content integration
5
5
  Home-page: https://github.com/franckalbinet/mistocr
6
6
  Author: Solveit
7
7
  Author-email: nobody@fast.ai
@@ -0,0 +1 @@
1
+ __version__ = "0.2.1"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mistocr
3
- Version: 0.2.0
4
- Summary: Simple batch OCR for PDFs using Mistral's state-of-the-art vision model
3
+ Version: 0.2.1
4
+ Summary: Batch OCR for PDFs with heading restoration and visual content integration
5
5
  Home-page: https://github.com/franckalbinet/mistocr
6
6
  Author: Solveit
7
7
  Author-email: nobody@fast.ai
@@ -1,7 +1,7 @@
1
1
  [DEFAULT]
2
2
  repo = mistocr
3
3
  lib_name = mistocr
4
- version = 0.2.0
4
+ version = 0.2.1
5
5
  min_python = 3.9
6
6
  license = apache2
7
7
  black_formatting = False
@@ -22,7 +22,7 @@ audience = Developers
22
22
  author = Solveit
23
23
  author_email = nobody@fast.ai
24
24
  copyright = 2025 onwards, Solveit
25
- description = Simple batch OCR for PDFs using Mistral's state-of-the-art vision model
25
+ description = Batch OCR for PDFs with heading restoration and visual content integration
26
26
  keywords = nbdev jupyter notebook python
27
27
  language = English
28
28
  status = 3
@@ -1 +0,0 @@
1
- __version__ = "0.2.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes