oadf-parser-seltec3-pdf

0.9.0 • Public • Published

OADF SELTEC 3 PDF Result List Parser

Travis Coveralls

A parser which takes SELTEC3 PDF result lists and converts its data to the OADF schema. The parser returns a GraphQL schema with which the data can be queried and processed as needed.

Usage

import parser from 'oadf-parser-seltec3-pdf';
import fs from 'fs';

const filePath = '...';
const data = new Uint8Array(fs.readFileSync(filePath));
parser(data).then((schema) => {
    
});

LICENSE

MIT

Readme

Keywords

Package Sidebar

Install

npm i oadf-parser-seltec3-pdf

Weekly Downloads

7

Version

0.9.0

License

MIT

Unpacked Size

79.9 kB

Total Files

15

Last publish

Collaborators

  • basketmc