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