OcrTextRegionToString Method |
Converts the entire contents of an OcrTextRegion to a single string.
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public override string ToString()
Public Overrides Function ToString As String
Return Value
Type:
StringRemarks The string is formed by concatenating every line in the region with a new line character between each
line.
See Also