RecognitionAreaListAdd Method (Rectangle, AreaRotation, OCRProposedContentType)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Adds new item to collection.
Namespace:ByteScout.TextRecognitionAssembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
public void Add( Rectangle rectangle, AreaRotation rotation = AreaRotation.Rotate180FlipXY, OCRProposedContentType proposedContentType = OCRProposedContentType.Auto )
Parameters
- rectangle
- Type: System.DrawingRectangle
Rectangle defining the area. - rotation (Optional)
- Type: ByteScout.TextRecognitionAreaRotation
Rotation to apply to the area. - proposedContentType (Optional)
- Type: ByteScout.TextRecognitionOCRProposedContentType
Proposed content type.
See Also