feat(ocr): add smartai extraction support

This commit is contained in:
2026-05-19 06:42:42 +00:00
parent d86a83d515
commit 30780e7514
8 changed files with 9864 additions and 3355 deletions
+6 -4
View File
@@ -21,8 +21,9 @@
"@types/node": "^20.12.7"
},
"dependencies": {
"@push.rocks/smartfile": "^11.0.14",
"@push.rocks/smartpath": "^5.0.14",
"@push.rocks/smartai": "^4.1.0",
"@push.rocks/smartfile": "^13.1.3",
"@push.rocks/smartpath": "^6.0.0",
"@push.rocks/smartpromise": "^4.0.2",
"@push.rocks/smartshell": "^3.0.3",
"@push.rocks/smartunique": "^3.0.3"
@@ -60,5 +61,6 @@
"url": "https://code.foss.global/push.rocks/smartocr/issues"
},
"homepage": "https://code.foss.global/push.rocks/smartocr",
"type": "module"
}
"type": "module",
"packageManager": "pnpm@10.28.2"
}