0.4.2 • Published 6 years ago

opal-node-pdfreader v0.4.2

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
6 years ago

opal-node-pdfreader build status npm (scoped)

opal-node-pdfreader

This module is part of the OPAL framework

Nodes:

  • read pdf

Read PDF

Opens an pdf from a specified location and reads the contents. The contents can then be passed to downstream node or saved to a store variable.

Inputs:

  • Name: A Name for this instance
  • File Path: choose the location from where the pdf can be read
  • Preprocess: specify if pdf document needs to be processed, optionally based on rules specified

Output Formats:

The output of the read operation can be a JSON

Outputs:

msg.error When an error happens contains the error message from the read operation msg.payload contains the data read from pdf