You are here: Start » AVL.NET » AVS.ExtractText Method
AVS.ExtractText Method
Ready-to-use tool for extracting and splitting character to single characters.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ExtractText ( AvlNet.Image inImage, AvlNet.Rectangle2D inRoi, AvlNet.CoordinateSystem2D inRoiAlignment, AvlNet.TextSegmentation inSegmentationModel, IList<AvlNet.Region> outCharacters )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | An input image with text. | ||
![]() | inRoi | AvlNet.Rectangle2D | Location of the text. | ||
![]() | inRoiAlignment | AvlNet.CoordinateSystem2D | Adjusts the region of interest to the position of the inspected object. | ||
![]() | inSegmentationModel | AvlNet.TextSegmentation | Model used for separating text from background. | ||
![]() | outCharacters | System.Collections.Generic.IList<AvlNet.Region> | Split characters aligned to ROI. |


