europass-pdf-to-json
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Europass Pdf to Json

Simple wrapper around the Europass API to extract metadata from a Pdf CV.

Usage

Install the package with:

npm install europass-pdf-to-json

# or

yarn add europass-pdf-to-json

then you can import it:

import { convertPdf } from "europass-pdf-to-json";

The function convertPdf takes the path to a Europass CV Pdf file and returns a Promise that resolve to an object containing the CV metadata.

If you are using fp-ts and prefer a functional interface you can use:

import { convertPdf } from "europass-pdf-to-json/fp";

This version of convertPdf returns a TaskEither.

License

This software is released under the MIT license

Readme

Keywords

none

Package Sidebar

Install

npm i europass-pdf-to-json

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

116 kB

Total Files

11

Last publish

Collaborators

  • daniele_s