RecognizeFormula

AsposeOcr.RecognizeFormula method

Recognizes mathematical formulas from the provided input images.

public OcrOutput RecognizeFormula(OcrInput images, bool detectAreas = true)
ParameterTypeDescription
imagesOcrInputThe input images containing one or more mathematical expressions to be recognized. Supports multi-page or multi-frame OCR input.
detectAreasBooleanIf set to true, automatically detects and isolates formula regions before performing recognition. If false, processes the entire image as a formula.

Return Value

An OcrOutput object containing recognized formula text, detection confidence scores, and positional information.

See Also