Skip to content

Latest commit

 

History

History

node

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

This starter code calls Sensible extraction APIs and returns structured data from a PDF. You'll need an API key.

Run

To run the code:

  • Clone this repo.
  • To install dependencies, open a command prompt at this cloned directory and run npm install.
  • Open extract-doc.js in a text editor and specify:
    • your API key. Be sure to secure this key before committing.
    • the local path to your PDF.
    • the name of the doc type that you created in the Sensible app.
  • Run node extract-docs.js.

Run with examples

To see example data in a response quickly, run extract-doc.js with an example PDF and config:

  • Clone this directory, install dependencies, and add your API key (see previous steps).
  • Download an example auto insurance quote PDF.
  • In the Sensible app:
    • Create a doc type, for example, test_auto_insurance_quote.
    • Create a config in the doc type, for example anyco.
    • Paste the example JSON into the left pane of the config editor.
    • Publish the config: Publish configuration > Production.
  • Open extract-doc.js in a text editor and specify:
    • the path to the example PDF you downloaded.
    • the name of the doc type you created.
  • Run node extract-docs.js.