Parameters
- TableIdx
- The 0-based index of the detected table within the last extraction process. It must be a value between 0 and GdPictureTextExtraction.GetTableCount() - 1.
- ColummIdx
- The 0-based index of the cell's column in a detected table within the last extraction process. It must be a value between 0 and GdPictureTextExtraction.GetTableColumnCount() - 1.
- RowIdx
- The 0-based index of the cell's row in a detected table within the last extraction process. It must be a value between 0 and GdPictureTextExtraction.GetTableRowCount() - 1.
Return Value
The text content of the cell.