For the complete documentation index, see llms.txt. This page is also available as Markdown.

Live Test

The Live Test page from Mindee allows you to test your model, download sample documents or view your document history.

spinner

Overview

The Live Test page lets you interactively test your model on real documents and visually inspect the extraction results in one click.

It’s the perfect place to debug, validate, and refine your model’s behavior before moving to production.

Key Features

  • Side-by-side comparison: Visually compare the raw document on the left with structured extraction results on the right, ideal for validating model behavior at a glance.

  • Interactive document viewer: Hover, click, and inspect highlighted fields directly on the image. Tooltips show extracted values and metadata in context.

  • View raw JSON output: Toggle to display the full JSON response returned by the API, allowing developers to inspect field names, values, coordinates, confidence scores, and nested structures.

  • Instant visual feedback: See where each field was extracted directly on the document.

  • RAG Toggle: If your have added documents into your RAG database, you can preview how RAG would influence the output.

Accessing the Live Test Page

The Live Test is available for all Mindee model types: extraction, crop, split, classification, ....

From your home page on the Mindee platform, simply click on any model.

The first page you see will be the Live Test page.

You can always go back to the Live Test page by clicking on the left-hand model menu.

Uploading a File for Testing

  1. Upload a valid file (PDF or image) directly into the interface. You can click the "Upload a Document" button or drag and drop into the center of the window.

  2. Mindee runs the current version of your model on the document.

  3. The extracted fields appear on the right-hand side, alongside the image preview.

  4. Each field is:

    • highlighted on the document with color-coded overlays, showcasing the polygon features that can be enabled in the data schema option.

    • listed in the right panel with values, field names, and optionally confidence scores if the Confidence Score and Accuracy Boost feature is enabled.

Overview animation of Mindee Live View
By clicking the polygon, you can also see its corresponding field on the right side.

Documents History

When testing your model, you'll typically use several documents, and want to use those same documents for testing any changes made to the model.

For this reason you can access the Documents History, where all your tests are stored.

When you access a document in your history after having modified the Data Schema, you'll have a "Outdated Extraction" notice, along with a button to "Rerun Document".

Live Test - Rerun Document

Deleting Documents

You can delete documents and their results at any time.

On the table view, select the documents you wish to delete, then click on the "" icon at the top of the page.

Deleting a document is an irreversible action!

The file and its corresponding data will be permanently removed from our system.

Last updated

Was this helpful?