Click or drag to resize

OcrPage.GetTextString Method

Returns textual information from the page.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public string GetTextString(
	bool removeLineBreaks
)

Parameters

removeLineBreaks
Type: System.Boolean
Specifies whether to remove line breaks (replace them with space character) or preserve them.

Return Value

Type: String
Textual representation of the page.
See Also