Skip to end of metadata
Go to start of metadata


Xtracta Get Doc


Author: Irene Cho


NOTES

About Xtracta –

Xtracta is an AI-based form reading cloud OCR solution. https://xtracta.com/

There are 3 plugins available to integrate Xtracta technology to your automation.

  • Xtracta Upload
  • Xtracta Tracking
  • Xtracta GetDoc



Xtracta API Key and Workflow ID –

You must first visit Xtracta website and make requests for credentials to their partner portal via their contact us link

https://xtracta.com/contact-us/



Need help?

Technical contact to tech@argos-labs.com


May you search all operations,



Primary Features

  • Obtains OCR results in .json format from Xtracta
  • The json output file will be saved into a user defined output folder

 

Input

  • Xtracta API Key, Output Folder and Document Id or Track CSV


Note1. Xtracta API Key : In the Xtracta website(https://app.xtracta.com/index.php), go to  Admin=>Application and copy the key


Note2. Output Folder: An absolute path of a folder to save json files


Note3. Xtracta Document Id:  Obtain from the Xtracta Upload plugin or Xtracta Tracking plugin or at the dashboard of Xtracta workflow portal.

Optional Input

  • None


Output (Return Value)

 

String

The folder path that you have specified at the input section will be returned as string.

When multiple document ID’s are processed, the output .json files will be all saved in the same folder.

The .json files are given file name [document_id.json]



All Plugins