OcrDocumentGetTextString Method |
Returns textual information from all pages of the document.
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 string GetTextString(
bool removeLineBreaks
)
Public Function GetTextString (
removeLineBreaks As Boolean
) As String
Parameters
- removeLineBreaks
- Type: SystemBoolean
Specifies whether to remove line breaks (replace them with space character) or preserve them.
Return Value
Type:
StringTextual representation of the document.
See Also