@opendataloader/pdf 1.11.2 → 1.11.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 +1 -1
- package/lib/opendataloader-pdf-cli.jar +0 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ Building RAG pipelines? You've probably hit these problems:
|
|
|
57
57
|
- **Bounding Boxes** — Every element includes `[x1, y1, x2, y2]` coordinates for citations
|
|
58
58
|
- **Reading Order** — XY-Cut++ algorithm handles multi-column layouts correctly
|
|
59
59
|
- **Noise Filtering** — Headers, footers, hidden text, watermarks auto-removed
|
|
60
|
-
- **LangChain Integration** — [Official document loader](https://
|
|
60
|
+
- **LangChain Integration** — [Official document loader](https://docs.langchain.com/oss/python/integrations/document_loaders/opendataloader_pdf)
|
|
61
61
|
|
|
62
62
|
### Performance & Privacy
|
|
63
63
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opendataloader/pdf",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.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",
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@eslint/js": "^10.0.1",
|
|
51
|
-
"@types/node": "^25.3.
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "^8.56.
|
|
53
|
-
"@typescript-eslint/parser": "^8.56.
|
|
54
|
-
"eslint": "^10.0.
|
|
51
|
+
"@types/node": "^25.3.3",
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
53
|
+
"@typescript-eslint/parser": "^8.56.1",
|
|
54
|
+
"eslint": "^10.0.2",
|
|
55
55
|
"glob": "^13.0.6",
|
|
56
|
-
"globals": "^17.
|
|
56
|
+
"globals": "^17.4.0",
|
|
57
57
|
"prettier": "^3.8.1",
|
|
58
58
|
"tsup": "^8.5.1",
|
|
59
59
|
"typescript": "^5.9.3",
|