pdf2json
Version:
A PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js
20 lines (19 loc) • 766 B
JSON
{
"formset": [
{
"id": "S2013SCD",
"version": "0.1",
"agency": "sc",
"main": "F1040",
"display_name": "Form 1040",
"forms": [
{"id": "F1040", "planned_date":"01-28-14", "actual_date": "01-28-14"},
{"id": "F1040DEP", "planned_date":"01-28-14", "actual_date": "01-28-14"},
{"id": "F319", "planned_date":"01-28-14", "actual_date": "01-28-14"},
{"id": "F330", "planned_date":"01-28-14", "actual_date": "01-28-14"},
{"id": "VOUCHEF", "planned_date":"01-28-14", "actual_date": "01-28-14"},
{"id": "F8453", "planned_date":"01-28-14", "actual_date": "01-28-14"}
]
}
]
}