compare_engines
Run all OCR engines on one image without ground truth. Get per-engine text, confidence, agreement, and consensus engine.
Instructions
Run ALL available engines on one image and compare them — the core accuracy tool when you have no ground truth.
Returns JSON: per-engine {text, mean_confidence, ok}, plus pairwise text similarity, average agreement, and a 'consensus_engine' (the one whose output best agrees with the others).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| lang | No | en |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |