ancient-ocr-viewer/package.json

32 lines
696 B
JSON
Raw Normal View History

{
"name": "ancient-ocr-viewer",
"version": "1.0.0",
"description": "基于Canvas的古籍OCR识别结果可视化工具支持图片与文字的像素级精确对照",
"main": "index.html",
"type": "module",
"scripts": {
"start": "python3 -m http.server 8801",
"dev": "python3 -m http.server 8801",
"serve": "python3 -m http.server 8801"
},
"keywords": [
"ocr",
"canvas",
"古籍",
"visualization",
"image-comparison",
"text-rendering"
],
"author": "古籍OCR项目组",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {},
"dependencies": {}
}