Skip to end of metadata
Go to start of metadata

Lazarus Invoices


Author   Jerry Chae


Primary Features


Lazarus Invoice is one of many pre-tuned solutions of Lazarus Forms, the AI solution for document processing. It takes an invoice document (PDF or many other image files) as input and outputs a text file that contains raw text that is extracted from the input image file. As an advanced menu, the API also outputs additional information such as (invoice related) key-value pairs along with confidence level, text’s position coordinates, and size.

To use this plugin, you must obtain API credentials from this link

https://api.lazarusforms.com/signup

For more information, please visit Lazarus Forms API Documentation page.

https://api.lazarusforms.com/docs?python#invoices


Need help?

Technical contact to tech@argos-labs.com


May you search all operations,

Input (Requirement)

  • orgId
  • authKey
  • Image File (PDF, jpeg, png, and Tiff

Input (Optional for additional infomation)

  • JSON
  • YAML

Return Value

Raw text in String, CSV, or File

  • 0 Success
  • 1 Invalid Org ID or Auth Key
  • 2 Invalid input image file format
  • 99 misc. errors


Parameter Setting samples



Tooltip

linkTextStrong

true

appendIcon

comment

iconColor

Blue

linkText

Text from Image

  • Please obtain Org ID and Auth Key by signing up with Lazarus Forms AI services
  • Enter file path of your input image filePDF, JPG, PNG, or TIFF are accepted
  • By checking these options, output will include additional information such as key-value, confidence level, position, and size.
  • Raw text is the standard output






All Plugins