OCRTableCell
OCRTableCell class
Represents one table cell with recognized text and position information.
public class OCRTableCell
Constructors
| Name | Description |
|---|---|
| OCRTableCell() | The default constructor. |
Properties
| Name | Description |
|---|---|
| ColumnIndex { get; set; } | Zero-based index of the column this cell belongs to. |
| Text { get; set; } | Recognized text content of the cell. |
Remarks
Each cell corresponds to a single grid element in the table, identified by its column index.
See Also
- namespace Aspose.OCR
- assembly Aspose.OCR