@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 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/tree/main/examples/java.
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.0.0</version>
224
+ <version>1.1.2</version>
225
225
  </dependency>
226
226
  </dependencies>
227
227
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendataloader/pdf",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "A Node.js wrapper for the opendataloader-pdf Java CLI.",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",