RecognizeTables

AsposeOcr.RecognizeTables method

Detect tables and structure and recognizes text cells. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF, stream, directory, arrays, archives.

public List<OCRTablePage> RecognizeTables(OcrInput images, Language language = Language.Latin)
ParameterTypeDescription
imagesOcrInputThe container with sources.OcrInput
languageLanguageDetermines the alphabet used during recognition.

Return Value

List of OCRTablePage objects with recognized texts in tables.

See Also