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
inImageFilNet.ImageAn input image with text.
inRoiFilNet.Rectangle2DLocation of the text.
inRoiAlignmentFilNet.CoordinateSystem2DAdjusts the region of interest to the position of the inspected object.
inSegmentationModelFilNet.TextSegmentationModel used for separating text from background.
outCharactersSystem.Collections.Generic.IList<FilNet.Region>Split characters aligned to ROI.

Function Overrides

See also