Pure Javascript OCR for more than 100 Languages 📖🎉🖥
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.2 KiB

{
"name": "tesseract.js",
6 years ago
"version": "1.0.13",
8 years ago
"description": "Pure Javascript Multilingual OCR",
8 years ago
"main": "src/index.js",
8 years ago
"scripts": {
"start": "node scripts/server.js",
"build": "webpack --config scripts/webpack.config.prod.js",
"prepublishOnly": "npm run build",
6 years ago
"lint": "eslint src"
8 years ago
},
"browser": {
"./src/node/index.js": "./src/browser/index.js"
},
"author": "",
6 years ago
"contributors": [
"jeromewu"
],
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"express": "^4.16.4",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2",
"webpack-dev-middleware": "^3.4.0"
},
"dependencies": {
"check-types": "^7.4.0",
"is-url": "1.2.2",
"node-fetch": "^1.7.3",
"resolve-url": "^0.2.1",
"tesseract.js-core": "^2.0.0-beta.5",
"tesseract.js-utils": "^1.0.0-beta.2"
8 years ago
},
"repository": {
"type": "git",
"url": "https://github.com/naptha/tesseract.js.git"
},
"bugs": {
"url": "https://github.com/naptha/tesseract.js/issues"
},
"homepage": "https://github.com/naptha/tesseract.js"
}