0.9.0 • Published 6 years ago

oadf-parser-seltec3-pdf v0.9.0

Weekly downloads
30
License
MIT
Repository
github
Last release
6 years ago

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

0.9.0

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.5.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.5

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago