doctra 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.
doctra/version.py CHANGED
@@ -1,2 +1,2 @@
1
1
  """Version information for Doctra."""
2
- __version__ = '0.1.0'
2
+ __version__ = '0.1.1'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: doctra
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Parse, extract, and analyze documents with ease
5
5
  Home-page: https://github.com/AdemBoukhris457/Doctra
6
6
  Author: Adem Boukhris
@@ -256,13 +256,13 @@ Dynamic: requires-python
256
256
 
257
257
  # 🚀 **Doctra - Document Parser Library** 📑🔎
258
258
 
259
- ![Doctra_Logo.png](assets/Doctra_Logo.png)
259
+ ![Doctra Logo](https://raw.githubusercontent.com/AdemBoukhris457/Doctra/main/assets/Doctra_Logo.png)
260
260
 
261
261
  <div align="center">
262
262
 
263
- [![GitHub Stars](https://img.shields.io/github/stars/AdemBoukhris457/Doctra?style=social)](https://github.com/AdemBoukhris457/Doctra/stargazers)
264
- [![GitHub Forks](https://img.shields.io/github/forks/AdemBoukhris457/Doctra?style=social)](https://github.com/AdemBoukhris457/Doctra/forks)
265
-
263
+ [![stars](https://img.shields.io/github/stars/AdemBoukhris457/Doctra.svg)](https://github.com/AdemBoukhris457/Doctra)
264
+ [![forks](https://img.shields.io/github/forks/AdemBoukhris457/Doctra.svg)](https://github.com/AdemBoukhris457/Doctra)
265
+ [![PyPI version](https://img.shields.io/pypi/v/doctra)](https://pypi.org/project/doctra/)
266
266
  </div>
267
267
 
268
268
  ## 📋 Table of Contents
@@ -1,5 +1,5 @@
1
1
  doctra/__init__.py,sha256=-Pkx0Vh4Hz3EQvLaxlL6Mo4lVig59FTN5LvUcxThn4U,519
2
- doctra/version.py,sha256=GPuOaof41_BpIl3xsohGQ10EKqKhbb0ZGSUcSV09uMI,60
2
+ doctra/version.py,sha256=tiyU44F2UjL7SjuX_aL4-UZ5m_D9WOmXSUZQnjpR8PM,60
3
3
  doctra/cli/__init__.py,sha256=4PTujjYRShOOUlZ7PwuWckShPWLC4v4CYIhJpzgyv1k,911
4
4
  doctra/cli/main.py,sha256=O3Bgov3rtf58AJHmuojJaptrH17X1mw19iTplId3gGo,35327
5
5
  doctra/cli/utils.py,sha256=QuttjEtBiFrOHmqZz4mjbf3GWZe26lYChPwa23Loz_4,11314
@@ -33,8 +33,8 @@ doctra/utils/ocr_utils.py,sha256=Doa1uYBg3kRgRYd2aPq9fICHgHfrM_efdhZfI7jl6OM,780
33
33
  doctra/utils/pdf_io.py,sha256=c8EY47Z1iqVtlLFHS_n0qGuXJ5ERFaMUd84ivXV0b9E,706
34
34
  doctra/utils/quiet.py,sha256=5XPS-1CtJ0sVk6qgSQctdhr_wR8mP1xoJLoUbmkXROA,387
35
35
  doctra/utils/structured_utils.py,sha256=EdNhCUDLKvYcLqXbTGveNtIRGyQ3yzYhTh-zy_awwM4,1450
36
- doctra-0.1.0.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
37
- doctra-0.1.0.dist-info/METADATA,sha256=vaZojx28o38pv-3FoEzmI5uJpl_NAGKkbmKr_yWVOig,26653
38
- doctra-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
39
- doctra-0.1.0.dist-info/top_level.txt,sha256=jI7E8jHci2gP9y0GYaWxlg9jG0O5n3FjHJJPLXDXMds,7
40
- doctra-0.1.0.dist-info/RECORD,,
36
+ doctra-0.1.1.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
37
+ doctra-0.1.1.dist-info/METADATA,sha256=NI9kwistJwaI6sYQ0vp5df-4302_EpSG7QUnk2OpocM,26751
38
+ doctra-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
39
+ doctra-0.1.1.dist-info/top_level.txt,sha256=jI7E8jHci2gP9y0GYaWxlg9jG0O5n3FjHJJPLXDXMds,7
40
+ doctra-0.1.1.dist-info/RECORD,,
File without changes