Click or drag to resize

ITextFormatDecoderGetTextDocument Method

Creates the text document.

Namespace:  Atalasoft.Imaging.Text
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
ITextDocument GetTextDocument(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The document stream.

Return Value

Type: ITextDocument
ITextDocument that allows text information extraction.
See Also