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