@pixdif/pdf-parser
Version:
27 lines (26 loc) • 564 B
JSON
{
"name": "@pixdif/pdf-parser",
"version": "0.10.3",
"description": "PDF Parser",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/pixdif/pdf-parser.git"
},
"keywords": [
"pdf",
"parser",
"image"
],
"author": "Kazuichi Takashiro",
"license": "MIT",
"bugs": {
"url": "https://github.com/pixdif/pdf-parser/issues"
},
"homepage": "https://github.com/pixdif/pdf-parser#readme",
"dependencies": {
"@pixdif/parser": "^0.10.1",
"pdfjs-dist": "^5.1.91"
}
}