UNPKG

pdf3json

Version:

A PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js

5 lines (3 loc) 75 B
'use strict'; var P2JCMD = require('./lib/p2jcmd'); new P2JCMD().start();