@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 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://python.langchain.com/docs/integrations/document_loaders/opendataloader_pdf/)
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.2",
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.0",
52
- "@typescript-eslint/eslint-plugin": "^8.56.0",
53
- "@typescript-eslint/parser": "^8.56.0",
54
- "eslint": "^10.0.1",
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.3.0",
56
+ "globals": "^17.4.0",
57
57
  "prettier": "^3.8.1",
58
58
  "tsup": "^8.5.1",
59
59
  "typescript": "^5.9.3",