opendataloader-pdf 0.0.11__py3-none-any.whl → 0.0.13__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.
Potentially problematic release.
This version of opendataloader-pdf might be problematic. Click here for more details.
- opendataloader_pdf/jar/opendataloader-pdf-cli.jar +0 -0
- {opendataloader_pdf-0.0.11.dist-info → opendataloader_pdf-0.0.13.dist-info}/METADATA +12 -6
- {opendataloader_pdf-0.0.11.dist-info → opendataloader_pdf-0.0.13.dist-info}/RECORD +5 -5
- {opendataloader_pdf-0.0.11.dist-info → opendataloader_pdf-0.0.13.dist-info}/WHEEL +0 -0
- {opendataloader_pdf-0.0.11.dist-info → opendataloader_pdf-0.0.13.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: opendataloader-pdf
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.13
|
|
4
4
|
Summary: A Python wrapper for the opendataloader-pdf Java CLI.
|
|
5
5
|
Home-page: https://github.com/opendataloader-project/opendataloader-pdf
|
|
6
6
|
Author: opendataloader-project
|
|
@@ -79,7 +79,7 @@ AI-safety is enabled by default and automatically filters likely prompt-injectio
|
|
|
79
79
|
### Installation
|
|
80
80
|
|
|
81
81
|
```sh
|
|
82
|
-
pip install opendataloader-pdf
|
|
82
|
+
pip install -U opendataloader-pdf importlib_resources
|
|
83
83
|
```
|
|
84
84
|
|
|
85
85
|
### Usage
|
|
@@ -125,11 +125,13 @@ The main function to process PDFs.
|
|
|
125
125
|
|
|
126
126
|
To include OpenDataLoader PDF in your Maven project, add the dependency below to your `pom.xml` file.
|
|
127
127
|
|
|
128
|
+
Check for the latest version on [Maven Central](https://search.maven.org/artifact/io.github.opendataloader-project/opendataloader-pdf-core).
|
|
129
|
+
|
|
128
130
|
```xml
|
|
129
131
|
<dependency>
|
|
130
132
|
<groupId>io.github.opendataloader-project</groupId>
|
|
131
133
|
<artifactId>opendataloader-pdf-core</artifactId>
|
|
132
|
-
<version>0.0.
|
|
134
|
+
<version>0.0.12</version>
|
|
133
135
|
</dependency>
|
|
134
136
|
|
|
135
137
|
<repositories>
|
|
@@ -160,8 +162,8 @@ To include OpenDataLoader PDF in your Maven project, add the dependency below to
|
|
|
160
162
|
To integrate Layout recognition API into Java code, one can follow the sample code below.
|
|
161
163
|
|
|
162
164
|
```java
|
|
163
|
-
import com.hancom.opendataloader.pdf.
|
|
164
|
-
import com.hancom.opendataloader.pdf.
|
|
165
|
+
import com.hancom.opendataloader.pdf.api.Config;
|
|
166
|
+
import com.hancom.opendataloader.pdf.api.OpenDataLoaderPDF;
|
|
165
167
|
|
|
166
168
|
import java.io.IOException;
|
|
167
169
|
|
|
@@ -204,7 +206,7 @@ public class Sample {
|
|
|
204
206
|
|
|
205
207
|
try {
|
|
206
208
|
//process pdf file
|
|
207
|
-
|
|
209
|
+
OpenDataLoaderPDF.processFile("input.pdf", config);
|
|
208
210
|
} catch (Exception exception) {
|
|
209
211
|
//exception during processing
|
|
210
212
|
}
|
|
@@ -212,6 +214,10 @@ public class Sample {
|
|
|
212
214
|
}
|
|
213
215
|
```
|
|
214
216
|
|
|
217
|
+
### API Documentation
|
|
218
|
+
|
|
219
|
+
The full API documentation is available at [javadoc](https://javadoc.io/doc/io.github.opendataloader-project/opendataloader-pdf-core/latest/)
|
|
220
|
+
|
|
215
221
|
<br/>
|
|
216
222
|
|
|
217
223
|
## Docker
|
|
@@ -13,8 +13,8 @@ opendataloader_pdf/THIRD_PARTY/licenses/LICENSE-JJ2000.txt,sha256=itSesIy3XiNWgJ
|
|
|
13
13
|
opendataloader_pdf/THIRD_PARTY/licenses/MIT.txt,sha256=JPCdbR3BU0uO_KypOd3sGWnKwlVHGq4l0pmrjoGtop8,1078
|
|
14
14
|
opendataloader_pdf/THIRD_PARTY/licenses/MPL-2.0.txt,sha256=CGF6Fx5WV7DJmRZJ8_6w6JEt2N9bu4p6zDo18fTHHRw,15818
|
|
15
15
|
opendataloader_pdf/THIRD_PARTY/licenses/Plexus Classworlds License.txt,sha256=ZQuKXwVz4FeC34ApB20vYg8kPTwgIUKRzEk5ew74-hU,1937
|
|
16
|
-
opendataloader_pdf/jar/opendataloader-pdf-cli.jar,sha256=
|
|
17
|
-
opendataloader_pdf-0.0.
|
|
18
|
-
opendataloader_pdf-0.0.
|
|
19
|
-
opendataloader_pdf-0.0.
|
|
20
|
-
opendataloader_pdf-0.0.
|
|
16
|
+
opendataloader_pdf/jar/opendataloader-pdf-cli.jar,sha256=TaorIHoCQsG-1TPaUga3NgMZuj6M87sruXN5VigPO_Q,22126020
|
|
17
|
+
opendataloader_pdf-0.0.13.dist-info/METADATA,sha256=wa1J5J8DXLQQgH-uGWhCc9MSvH9JmVC8Ww-9F9R_r0Q,18452
|
|
18
|
+
opendataloader_pdf-0.0.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
opendataloader_pdf-0.0.13.dist-info/top_level.txt,sha256=xee0qFQd6HPfS50E2NLICGuR6cq9C9At5SJ81yv5HkY,19
|
|
20
|
+
opendataloader_pdf-0.0.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|