OcrTextMerger class

Confidence-weighted multi-pass OCR text merger.

Merges results from multiple OCR passes (original, CLAHE-enhanced, binarized) into a single high-confidence text output using character-level voting and block-level spatial deduplication.

Inspired by Tesseract's multi-pass approach and Dynamsoft's confidence-weighted text fusion.

Constructors

OcrTextMerger()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

merge(List<OcrPassResult> passes) MergedOcrResult
Merges multiple OCR pass results into a single best-confidence output.