@dragon708/docmind-node 1.7.0 → 1.8.0

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -301,7 +301,7 @@ async function extractMetadata(input, options) {
301
301
  status: "ok",
302
302
  kind: "pdf",
303
303
  text: "",
304
- pages: 0,
304
+ pages: r.pages,
305
305
  metadata: r.metadata,
306
306
  warnings: r.warnings,
307
307
  needsOCR: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dragon708/docmind-node",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "description": "Official DocMind Node facade: analyzeFile, intent APIs, PDF/DOCX/OCR, and fs helpers.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@dragon708/docmind-docx": "^1.7.0",
36
36
  "@dragon708/docmind-ocr": "^1.0.0",
37
- "@dragon708/docmind-pdf": "^2.0.0",
37
+ "@dragon708/docmind-pdf": "^2.0.1",
38
38
  "@dragon708/docmind-shared": "^1.1.0"
39
39
  },
40
40
  "devDependencies": {