@llamaindex/liteparse 2.8.0 → 2.8.1

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
@@ -123,7 +123,7 @@ for (const page of pages.filter((p) => p.needsOcr)) {
123
123
  - PDF (`.pdf`)
124
124
  - Microsoft Office (`.docx`, `.xlsx`, `.pptx`, etc.) — requires LibreOffice
125
125
  - OpenDocument (`.odt`, `.ods`, `.odp`) — requires LibreOffice
126
- - Images (`.png`, `.jpg`, `.tiff`, etc.) — requires ImageMagick
126
+ - Images (`.png`, `.jpg`, `.tiff`, etc.)
127
127
  - And more!
128
128
 
129
129
  ## CLI
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llamaindex/liteparse",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "Fast, lightweight PDF and document parsing with spatial text extraction",
5
5
  "type": "module",
6
6
  "main": "./dist/lib.js",
@@ -54,13 +54,13 @@
54
54
  "typescript": "~5.9.2"
55
55
  },
56
56
  "optionalDependencies": {
57
- "@llamaindex/liteparse-darwin-arm64": "2.8.0",
58
- "@llamaindex/liteparse-darwin-x64": "2.8.0",
59
- "@llamaindex/liteparse-linux-arm64-gnu": "2.8.0",
60
- "@llamaindex/liteparse-linux-x64-gnu": "2.8.0",
61
- "@llamaindex/liteparse-win32-arm64-msvc": "2.8.0",
62
- "@llamaindex/liteparse-win32-x64-msvc": "2.8.0",
63
- "@llamaindex/liteparse-linux-x64-musl": "2.8.0"
57
+ "@llamaindex/liteparse-darwin-arm64": "2.8.1",
58
+ "@llamaindex/liteparse-darwin-x64": "2.8.1",
59
+ "@llamaindex/liteparse-linux-arm64-gnu": "2.8.1",
60
+ "@llamaindex/liteparse-linux-x64-gnu": "2.8.1",
61
+ "@llamaindex/liteparse-win32-arm64-msvc": "2.8.1",
62
+ "@llamaindex/liteparse-win32-x64-msvc": "2.8.1",
63
+ "@llamaindex/liteparse-linux-x64-musl": "2.8.1"
64
64
  },
65
65
  "engines": {
66
66
  "node": ">=18.0.0"