Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 3.25 KB

File metadata and controls

32 lines (28 loc) · 3.25 KB
layout title description keywords needAutoGenerateSidebar needGenerateH3Content
default-layout
LabelRecognitionParameter Object - Dynamsoft Label Recognition Parameter Reference
This page shows Dynamsoft Label Recognition Parameter Reference - LabelRecognitionParameter Object.
parameter reference, parameters, LabelRecognitionParameter
false
false

Dynamsoft Label Recognition SDK - LabelRecognitionParameter Object

Parameter Name Description
LabelRecognitionParameter.Name The name of the LabelRecognitionParameter object.
LabelRecognitionParameter.BinarizationModes Sets the mode and priority for binarization.
LabelRecognitionParameter.CharacterModelName Sets the name of a white list of recognizable characters.
LabelRecognitionParameter.GrayscaleTransformationModes Sets the mode and priority for the grayscale image conversion.
LabelRecognitionParameter.LetterHeightRange Sets the range of letter height (in pixel or a percentage value relative to the height of the text area).
LabelRecognitionParameter.LinesCount Sets the text lines count of the text area.
LabelRecognitionParameter.LineStringLengthRange Sets the range of string length for each recognized line.
LabelRecognitionParameter.LineStringRegExPattern Specifies the regular expression pattern of each line string text in current image to recognize.
LabelRecognitionParameter.MaxLineCharacterSpacing Sets the maximum spacing between characters treated as one line.
LabelRecognitionParameter.MaxThreadCount Sets the maximum number of threads the algorithm will use to recognize text.
LabelRecognitionParameter.Pages Sets the specific pages or the range of pages of a file (.tiff or .pdf) for label recognition.
LabelRecognitionParameter.ReferenceRegionNameArray The name array of the ReferenceRegion object(s).
LabelRecognitionParameter.RegionPredetectionModes Sets the region pre-detection mode for label recognition.
LabelRecognitionParameter.ScaleUpModes Sets the mode and priority to control the scale-up process for text line with small letter height.
LabelRecognitionParameter.TextStringLengthRange Sets the range of string length for each recognized text area.
LabelRecognitionParameter.TextRegExPattern Specifies the regular expression pattern of the text to recognize.
LabelRecognitionParameter.Timeout Sets the maximum amount of time (in milliseconds) that should be spent searching for labels on each page.