0.2.1 • Published 11 days ago

@flatfile/plugin-pdf-extractor v0.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 days ago

This plugin will parse a data table in a PDF file and extract it into Flatfile.

Event Type: listener.on('file:created')

When embedding Flatfile, this plugin should be deployed in a server-side listener. Learn more

Parameters

opt.apiKey - string - (required)

The apiKey parameter specifies you pdftables.com API key.

opt.debug - boolean

The debug parameter lets you toggle on/off helpful debugging messages for development purposes.

API Calls

  • api.files.upload

Usage

A subscription to pdftables.com is required for this plugin to work. Create an API key there and use it below.

npm i @flatfile/plugin-pdf-extractor
import { pdfExtractorPlugin } from "@flatfile/plugin-pdf-extractor";

JavaScript

listener.js

export default function (listener) {
  listener.use(pdfExtractorPlugin({ apiKey: "key" }));
}

TypeScript

listener.ts

export default function (listener: FlatfileListener) {
  listener.use(pdfExtractorPlugin({ apiKey: "key" }));
}
0.2.1

11 days ago

0.2.0

18 days ago

0.1.4

26 days ago

0.1.3

1 month ago

0.1.2

3 months ago

0.1.1

4 months ago

0.1.0

4 months ago

0.0.8

5 months ago

0.0.7

6 months ago

0.0.6

7 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago