Click or drag to resize

OcrApiDumpToPGM Method

Note: This API is now obsolete.

Dump the internal binary image to a PGM file.

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
[ObsoleteAttribute("Deprecated Use OcrPix.ThresholdedImage instead if possible", 
	true)]
public void DumpToPGM(
	string fileName
)

Parameters

fileName  String
File name.
See Also