| 1234567891011121314151617181920212223 |
- {
- "name": "ocrd-train",
- "version": "1.0.0",
- "description": "> Training workflow for Tesseract 4 as a Makefile for dependency tracking and building the required software from source.",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/OCR-D/ocrd-train.git"
- },
- "author": "",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/OCR-D/ocrd-train/issues"
- },
- "homepage": "https://github.com/OCR-D/ocrd-train#readme",
- "dependencies": {
- "canvas": "^2.5.0",
- "sharp": "^0.22.1"
- }
- }
|