You are here: Start » AVL.NET » AVL.ExtractText(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D, AvlNet.TextSegmentation, AvlNet.Region[])

AVL.ExtractText(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D, AvlNet.TextSegmentation, AvlNet.Region[])

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,
	out AvlNet.Region[] outCharacters
)

Parameters

inImage
Type: AvlNet.Image
An input image with text
inRoi
Type: AvlNet.Rectangle2D
Location of the text
inRoiAlignment
Type: AvlNet.CoordinateSystem2D
Adjusts the region of interest to the position of the inspected object
inSegmentationModel
Type: AvlNet.TextSegmentation
Model used for separating text from background
outCharacters
Type: AvlNet.Region
Split characters aligned to ROI

See also