-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1014 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "documind",
"version": "1.0.7",
"description": "AI-powered document extraction.",
"scripts": {
"start": "npm run start --workspace=extractor",
"dev": "npm run dev --workspace=extractor"
},
"workspaces": [
"core",
"extractor"
],
"main": "./extractor/src/index.js",
"keywords": [
"document",
"extraction",
"llm",
"ai"
],
"author": "Tami",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/DocumindHQ/documind.git"
},
"dependencies": {
"axios": "^1.7.7",
"child_process": "^1.0.2",
"core": "file:./core",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"libreoffice-convert": "^1.6.0",
"mime-types": "^2.1.35",
"openai": "^4.68.4",
"os": "^0.1.2",
"p-limit": "^3.1.0",
"path": "^0.12.7",
"pdf-lib": "^1.17.1",
"pdf2pic": "^3.1.1",
"sharp": "^0.33.5",
"tesseract.js": "^5.1.1",
"util": "^0.12.5",
"uuid": "^11.0.2",
"zod": "^3.23.8"
}
}