Click or drag to resize

OcrPageGetTextString Method

Returns textual information from the page.

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
)

Parameters

removeLineBreaks
Type: SystemBoolean
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