Skip to content

LLMAIx Web

Turn unstructured medical and lab documents into structured JSON using large language models. Upload PDFs, images, or spreadsheets, extract data with configurable schemas and prompts, then evaluate the results against ground truth.

A completed extraction trial in LLMAIx Web: the source medical report on the left and the structured JSON the model produced on the right

A completed extraction trial — each source report next to the structured JSON the model produced.

Research use only

LLMAIx Web is a research prototype. It may not run stably and extracted results can be inaccurate. Always verify outputs before using them in practice. It is not a certified medical device — the deploying institution is the data controller and is responsible for its own security review, DPIA, and information-governance sign-off.

What can it do?

  • Upload & organize — PDF, DOC/DOCX, images, CSV/XLSX, and TXT files with column selection and previews.
  • Preprocess & OCR — four extraction engines: quick local OCR, remote Docling, Mistral OCR, and vision-LLM OCR.
  • Design schemas visually — a tree-based JSON schema editor with nested objects, arrays, every JSON type, import/export, and validation.
  • Run LLM trials — extraction runs across different prompts, schemas, and models against any OpenAI-compatible endpoint.
  • Evaluate — upload ground-truth spreadsheets, compare field-by-field, and compute per-field and overall accuracy metrics.
  • Stay private — run fully local or with self-hosted providers. No forced external calls.

Works with any OpenAI-compatible API

Use official services (OpenAI, Mistral OCR) for convenience, or run everything fully local with self-hosted models — DeepSeek-OCR-2 via KatDocExtract, or vision LLMs such as Gemma via vLLM — for sensitive environments.

Where to next?

The workflow at a glance

A project is the top-level container. Inside it you follow this sequence:

Files → Preprocessing → Documents → Schemas + Prompts → Trials → Evaluation

Each step has its own tab in the project view and its own page in the user guide.

The Files & Preprocessing tab of a project, showing uploaded source files and the workflow tabs across the top

Every project opens on the Files & Preprocessing tab; the workflow tabs run across the top from Files to Evaluation.