Extract data from pdf
Go to file
Michal Szczepanski cefca38fa9 Fix missing pdfdig shebang 2019-07-23 00:26:04 +02:00
bin Fix missing pdfdig shebang 2019-07-23 00:26:04 +02:00
lib Formatter move each formatter to separate file 2019-07-23 00:17:48 +02:00
.gitignore Start of pdf extracting nodejs library based on pdfjs 2019-07-22 19:59:22 +02:00
LICENSE Add LICENSE, README update package.json with valid repository url 2019-07-22 20:20:37 +02:00
README.md Add output formatter and json output 2019-07-22 22:46:05 +02:00
gd.js Valid formatting options fix 2019-07-22 22:48:58 +02:00
package.json Fix package.json 2019-07-23 00:22:42 +02:00

README.md

pdf-gold-digger

Pdf information extraction library based on pdf.js and node.js.

Work in progress

Usage

git clone https://github.com/vane/pdf-gold-digger
node gd.js -f some_file.pdf

Supports:

  • extract text
    • separate each page
    • separate each line
    • separate font information
    • bounding box position
  • output to text -o text (default)
  • output to json -o json

TODO:

  • specify output format and output directory
  • output to xml format
  • output to json format
  • extract images to files
  • extract font
  • extract tables
  • advanced font information
  • extract forms
  • extract drawings