Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.7 KB

File metadata and controls

23 lines (20 loc) · 1.7 KB
layout title description keywords needAutoGenerateSidebar needGenerateH3Content
default-layout
LineSpecification Object - Dynamsoft Label Recognition Parameter Reference
This article shows LineSpecification Object of Dynamsoft Label Recognition.
parameter reference, parameters, LineSpecification
true
true

Dynamsoft Label Recognition SDK - LineSpecification Object

Parameter Name Description
LineSpecification.Name The name of the LineSpecification object.
LineSpecification.CharacterModelName Sets the name of a white list of recognizable characters.
LineSpecification.LineNumber The line number of the line targeted by the LineSpecification object.
LineSpecification.LineStringLengthRange Sets the range of string length for each recognized line.
LineSpecification.LineStringRegExPattern Specifies the regular expression pattern of the string within a line.
LineSpecification.FirstPoint The first point of the line, which is usually the top-left corner.
LineSpecification.SecondPoint The second point of the line, which is usually the top-right corner.
LineSpecification.ThirdPoint The third point of the line, which is usually the bottom-right corner.
LineSpecification.FourthPoint The fourth point of the line, which is usually the bottom-left corner.