pdf.js-extract
Version:
super-simple async PDF reader that extracts text with x,y page positions based on pdf.js
53 lines (52 loc) • 1.1 kB
JSON
{
"name": "pdf.js-extract",
"description": "super-simple async PDF reader that extracts text with x,y page positions based on pdf.js",
"homepage": "https://github.com/ffalt/pdf.js-extract",
"keywords": [
"pdf",
"extract"
],
"bugs": {
"url": "https://github.com/ffalt/pdf.js-extract/issues"
},
"version": "0.2.1",
"author": {
"name": "ffalt"
},
"scripts": {
"test": "jest"
},
"contributors": [
{
"name": "Chad Kirby",
"url": "https://github.com/chadkirby"
},
{
"name": "Ilan Copelyn",
"url": "https://github.com/ilanc"
},
{
"name": "Sajjad Hashemian",
"url": "https://github.com/sijad"
}
],
"main": "./lib",
"typings": "lib/index",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ffalt/pdf.js-extract"
},
"dependencies": {
"dommatrix": "0.0.24",
"web-streams-polyfill": "3.2.0"
},
"engines": {
"node": ">=12.0.0"
},
"types": "lib/index.d.ts",
"readmeFilename": "README.md",
"devDependencies": {
"jest": "27.5.1"
}
}