You are here: Start » AVL.NET » Invoke.ExtractText
Ready-to-use tool for extracting and splitting character to single characters.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ExtractText ( Avl.Image inImage, Avl.Rectangle2D inRoi, Avl.CoordinateSystem2D inRoiAlignment, Avl.TextSegmentation inSegmentationModel, List<Avl.Region> outCharacters, Diagnostic<Avl.Region> diagTextRegion, Diagnostic<List<Avl.Region>> diagAlignedCharacters, Diagnostic<Avl.Rectangle2D> diagAlignedRoi )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | An input image with text. | ||
![]() | inRoi | Avl.Rectangle2D | Location of the text. | ||
![]() | inRoiAlignment | Avl.CoordinateSystem2D | Adjusts the region of interest to the position of the inspected object. | ||
![]() | inSegmentationModel | Avl.TextSegmentation | Model used for separating text from background. | ||
![]() | outCharacters | System.Collections.Generic.List<Avl.Region> | Split characters aligned to ROI. | ||
![]() | diagTextRegion | Avl.Diagnostic<Avl.Region> | Region of text after extraction. | ||
![]() | diagAlignedCharacters | Avl.Diagnostic<System.Collections.Generic.List<Avl.Region>> | Character regions preserving original image orientation. | ||
![]() | diagAlignedRoi | Avl.Diagnostic<Avl.Rectangle2D> | ROI rectangle after alignment. |