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)
| Parameter | Type | Description |
|---|---|---|
| images | OcrInput | The container with sources.OcrInput |
| language | Language | Determines the alphabet used during recognition. |
Return Value
List of OCRTablePage objects with recognized texts in tables.
See Also
- class OCRTablePage
- class OcrInput
- enum Language
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR