Skip to main content

Combined Output

Overview

The Combined Output feature in Unstract consolidates all extraction results from multiple prompts into a structured JSON format. This provides a unified view of all extracted data from a document, making it easier to integrate with other systems or to analyze the complete set of extracted information.

Accessing Combined Output

  1. In the Document Extraction interface, click on the "Combined Output" tab next to the "Document Parser".
  2. This view displays all prompt results in a structured JSON format.

Understanding the JSON Structure

The Combined Output presents extracted data with the following structure:

  • Each prompt key becomes a JSON key in the output
  • The extracted answer to each prompt becomes the corresponding JSON value
  • The entire set of prompts and their responses is formatted as a valid JSON object

img Prompt Studio project