@opendataloader/pdf 1.1.2 → 1.1.3
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.
- package/README.md +2 -2
- package/lib/opendataloader-pdf-cli.jar +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -205,7 +205,7 @@ opendataloader-pdf path/to/document.pdf path/to/folder -o path/to/output -f json
|
|
|
205
205
|
|
|
206
206
|
## Java
|
|
207
207
|
|
|
208
|
-
For various example templates, including Gradle and Maven, please refer to https://github.com/opendataloader-project/opendataloader-pdf
|
|
208
|
+
For various example templates, including Gradle and Maven, please refer to [Examples](https://github.com/opendataloader-project/opendataloader-pdf-examples).
|
|
209
209
|
|
|
210
210
|
### Dependency
|
|
211
211
|
|
|
@@ -221,7 +221,7 @@ Check for the latest version on [Maven Central](https://search.maven.org/artifac
|
|
|
221
221
|
<dependency>
|
|
222
222
|
<groupId>org.opendataloader</groupId>
|
|
223
223
|
<artifactId>opendataloader-pdf-core</artifactId>
|
|
224
|
-
<version>1.
|
|
224
|
+
<version>1.1.2</version>
|
|
225
225
|
</dependency>
|
|
226
226
|
</dependencies>
|
|
227
227
|
|
|
Binary file
|