dynamsoft-character-models
Version:
This package includes Convolutional Neural Networks (CNN) model files designed to support character recognition capabilities of the dynamsoft-label-recognizer package.
57 lines (56 loc) • 1.96 kB
JSON
{
"name": "dynamsoft-character-models",
"version": "1.0.0-beta-202401141844",
"description": "This package includes Convolutional Neural Networks (CNN) model files designed to support character recognition capabilities of the dynamsoft-label-recognizer package.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"No need to build.\"",
"update:readme": "updateReadme --package=dynamsoft-character-models --version=latest --no-html",
"update:prod": "updatePackage --package=dynamsoft-character-models --version=auto --env=production --tag=latest",
"update:beta": "updatePackage --package=dynamsoft-character-models --version=auto --env=beta --tag=beta",
"update:iv": "updatePackage --package=dynamsoft-character-models --version=auto --env=internalVersion --tag=iv",
"update:dev": "updatePackage --package=dynamsoft-character-models --version=auto --env=development --tag=latest",
"updateLink:npm": "updateLink --source=npm",
"updateLink:zip": "updateLink --source=zip",
"updateLink:github": "updateLink --source=github",
"easyPublish": "npm run update:dev && npm publish"
},
"sideEffects": false,
"keywords": [
"dynamsoft",
"dynamsoft-capture-vision",
"sdk",
"javascript",
"typescript",
"Convolutional-Neural-Networks",
"CNN",
"dynamsoft-label-recognizer"
],
"files": [
"/dist/*.data",
"/LEGAL.txt"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "beta"
},
"author": {
"name": "Dynamsoft",
"url": "https://www.dynamsoft.com"
},
"maintainers": [
{
"name": "Dynamsoft",
"email": "support@dynamsoft.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Dynamsoft/character-models-javascript"
},
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"@dynamsoft/rd2-scripts": "^0.1.5"
}
}