natural-pdf 0.1.20__py3-none-any.whl → 0.1.21__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.
- {natural_pdf-0.1.20.dist-info → natural_pdf-0.1.21.dist-info}/METADATA +19 -5
- {natural_pdf-0.1.20.dist-info → natural_pdf-0.1.21.dist-info}/RECORD +6 -6
- {natural_pdf-0.1.20.dist-info → natural_pdf-0.1.21.dist-info}/WHEEL +0 -0
- {natural_pdf-0.1.20.dist-info → natural_pdf-0.1.21.dist-info}/entry_points.txt +0 -0
- {natural_pdf-0.1.20.dist-info → natural_pdf-0.1.21.dist-info}/licenses/LICENSE +0 -0
- {natural_pdf-0.1.20.dist-info → natural_pdf-0.1.21.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: natural-pdf
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.21
|
4
4
|
Summary: A more intuitive interface for working with PDFs
|
5
5
|
Author-email: Jonathan Soma <jonathan.soma@gmail.com>
|
6
6
|
License-Expression: MIT
|
@@ -88,14 +88,28 @@ Natural PDF lets you find and extract content from PDFs using simple code that m
|
|
88
88
|
pip install natural-pdf
|
89
89
|
```
|
90
90
|
|
91
|
-
|
91
|
+
Need OCR engines, layout models, or other heavy add-ons? Install the **core** once, then use the helper CLI to pull in exactly what you need:
|
92
92
|
|
93
93
|
```bash
|
94
|
-
#
|
95
|
-
|
94
|
+
# add PaddleOCR (+paddlex) after the fact
|
95
|
+
npdf install paddle
|
96
|
+
|
97
|
+
# Surya OCR and the YOLO Doc-Layout detector in one go
|
98
|
+
npdf install surya yolo
|
99
|
+
|
100
|
+
# see what's already on your machine
|
101
|
+
npdf list
|
102
|
+
```
|
103
|
+
|
104
|
+
Light-weight extras such as `deskew` or `search` can still be added with
|
105
|
+
classic PEP-508 markers if you prefer:
|
106
|
+
|
107
|
+
```bash
|
108
|
+
pip install "natural-pdf[deskew]"
|
109
|
+
pip install "natural-pdf[search]"
|
96
110
|
```
|
97
111
|
|
98
|
-
|
112
|
+
More details in the [installation guide](https://jsoma.github.io/natural-pdf/installation/).
|
99
113
|
|
100
114
|
## Quick Start
|
101
115
|
|
@@ -91,9 +91,9 @@ natural_pdf/utils/text_extraction.py,sha256=z6Jhy11pakYCsEpkvh8ldw6DkUFsYF1hCL9Y
|
|
91
91
|
natural_pdf/utils/visualization.py,sha256=30pRWQdsRJh2pSObh-brKVsFgC1n8tHmSrta_UDnVPw,8989
|
92
92
|
natural_pdf/widgets/__init__.py,sha256=QTVaUmsw__FCweFYZebwPssQxxUFUMd0wpm_cUbGZJY,181
|
93
93
|
natural_pdf/widgets/viewer.py,sha256=2VUY1TzWMDe9I-IVNOosKZ2LaqpjLB62ftMAdk-s6_8,24952
|
94
|
-
natural_pdf-0.1.
|
95
|
-
natural_pdf-0.1.
|
96
|
-
natural_pdf-0.1.
|
97
|
-
natural_pdf-0.1.
|
98
|
-
natural_pdf-0.1.
|
99
|
-
natural_pdf-0.1.
|
94
|
+
natural_pdf-0.1.21.dist-info/licenses/LICENSE,sha256=9zfwINwJlarbDmdh6iJV4QUG54QSJlSAUcnC1YiC_Ns,1074
|
95
|
+
natural_pdf-0.1.21.dist-info/METADATA,sha256=zo7RfNG44xTbSSdOgGjciqEVMOMCxRX3BY7qtH3roW8,6261
|
96
|
+
natural_pdf-0.1.21.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
97
|
+
natural_pdf-0.1.21.dist-info/entry_points.txt,sha256=1R_KMv7g60UBBpRqGfw7bppsMNGdayR-iJlb9ohEk_8,81
|
98
|
+
natural_pdf-0.1.21.dist-info/top_level.txt,sha256=Cyw1zmNDlUZfb5moU-WUWGprrwH7ln_8LDGdmMHF1xI,17
|
99
|
+
natural_pdf-0.1.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|