Link Search Menu Expand Document

RecognitionAreaListAdd Method (Int32, Int32, Int32, Int32, AreaRotation, OCRProposedContentType)

Adds new item to collection.

Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
public void Add(
	int x,
	int y,
	int width,
	int height,
	AreaRotation rotation = AreaRotation.Rotate180FlipXY,
	OCRProposedContentType proposedContentType = OCRProposedContentType.Auto
)

Parameters

x
Type: SystemInt32
X coordinate of the area.
y
Type: SystemInt32
Y coordinate of the area.
width
Type: SystemInt32
Width of the area.
height
Type: SystemInt32
Height of the area.
rotation (Optional)
Type: ByteScout.TextRecognitionAreaRotation
Rotation to apply to the area.
proposedContentType (Optional)
Type: ByteScout.TextRecognitionOCRProposedContentType
Proposed content type.
See Also

Reference