OCRBasicFielding Constructor (String, UInt32)Cognex VisionPro 9.21 SR1

Constructs a new instance of this class.

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.21.1.1
Syntax

public OCRBasicFielding(
	string allowedCharacters,
	uint numLines
)

Parameters

allowedCharacters
Type: System String
The characters that must be in the characters in the image
numLines
Type: System UInt32
The number of expected lines in the characters in the image
See Also