RecognizeFormulaAI

AsposeOcr.RecognizeFormulaAI method

Recognizes mathematical formulas from the provided input images using AI.

public List<AIResult> RecognizeFormulaAI(OcrInput images)
ParameterTypeDescription
imagesOcrInputThe input images containing one or more mathematical expressions to be recognized. Supports multi-page or multi-frame OCR input.

Return Value

An AIResult object containing recognized formula text.

See Also