Skip to end of metadata
Go to start of metadata

Lazarus Forms


Lazarus Forms

Author:  Jerry Chae

Overview

Lazarus Forms is one of many pre-trained solutions of Lazarus LDP solutions, the AI solution for document processing especially for “Forms” type documents. It takes a form (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

Default output is raw text in String, CSV, or File

Return Codes

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


Parameter Setting samples



All Plugins