Link Search Menu Expand Document

TextRecognizerSavePreprocessedPageBitmap Method

Saves bitmap of document page with preprocessing filters applied. The image is saved in PNG format.

Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
public void SavePreprocessedPageBitmap(
	int pageIndex,
	string fileName
)

Parameters

pageIndex
Type: SystemInt32
Index of document page.
fileName
Type: SystemString
Output file name.
See Also

Reference