Skip to main content
The following table describes the available JSON output file types. The Skill type column lists the skill types that can generate each file type. For the full list of Vantage output formats, see Output file types. * <Applied_skill_name> will be one of the following:
  • The name of the skill if a transaction was created for a Document or Classification skill.
  • If a transaction was created for a Process skill:
    • the name of the last Document skill applied to the document
    • the name of the last Classification skill applied to the document if no Document skills were applied
    • “Unknown” if no Document and Classification skills were applied, while at least one of them exists in the Process skill flow.
** <First_source_file_name> will be the name of the first file used to assemble the document, such as “IMG_12234”. The Document skill always generates both Fields (JSON) files. Process skill settings allow you to select one Fields (JSON) file and/or one Text (JSON) file. OCR skill settings allow you to select one Text (JSON) file. If a transaction fails, you can get information about the error in JSON format via the Vantage API. The JSON string contains information about the transaction, the error message, as well as names and identifiers of all source files in the transaction. This string will also be exported to the Error.json file in the output shared folder if you configure the Output activity of a Process skill accordingly.