@cityssm/bill-data-extract
Version:
Extracts data from scanned bill documents into usable details.
51 lines (50 loc) • 1.44 kB
JSON
{
"name": "@cityssm/bill-data-extract",
"version": "0.1.0-beta",
"type": "module",
"description": "Extracts data from scanned bill documents into usable details.",
"exports": {
".": "./index.js",
"./enbridge.js": "./extracts/enbridge.js",
"./sectorflow.js": "./extracts/sectorflow.js",
"./ssmpuc.js": "./extracts/ssmpuc.js"
},
"scripts": {
"test": "cross-env DEBUG=bill-data-extract:* node --test",
"test:noOutput": "node --test",
"coverage": "cross-env DEBUG=bill-data-extract:* c8 --reporter=lcov --reporter=text --reporter=text-summary node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/bill-data-extract.git"
},
"keywords": [
"pdf",
"ocr",
"tesseract",
"sault-ste-marie",
"sectorflow",
"ai",
"openai"
],
"author": "The Corporation of the City of Sault Ste. Marie",
"license": "MIT",
"bugs": {
"url": "https://github.com/cityssm/bill-data-extract/issues"
},
"homepage": "https://github.com/cityssm/bill-data-extract#readme",
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^20.12.11",
"eslint-config-cityssm": "^2.0.1"
},
"dependencies": {
"@cityssm/sectorflow": "^0.4.1",
"@cityssm/utils-datetime": "^1.1.2",
"date-fns": "^3.6.0",
"debug": "^4.3.4",
"image-size": "^1.1.1",
"pdf-img-convert": "^1.2.1",
"tesseract.js": "^5.1.0"
}
}