跳转到主要内容
FieldMarkingTypeEnum 枚举常量用于描述可用的字段标记类型。
您可以通过 IRecognizerParams::CellsCount 属性设置已识别 Block 的字符单元格数量。
typedef enum {
 FMT_SimpleText,
 FMT_UnderlinedText,
 FMT_TextInFrame,
 FMT_GrayBoxes,
 FMT_CharBoxSeries,
 FMT_SimpleComb,
 FMT_CombInFrame,
 FMT_PartitionedFrame
} FieldMarkingTypeEnum;

元素

名称说明
FMT_CharBoxSeries此值指定文本所在的字段为一组彼此分离的方框:Handprint_CharBoxSeries
FMT_CombInFrame此值指定文本所在的字段为梳形框,且该梳形框同时也是外框的底线:Handprint_CombInFrame
FMT_GrayBoxes此值指定文本位于灰色背景上的白色字段中:Handprint_GreyBoxes
FMT_PartitionedFrame此值指定文本所在的字段为带有竖向分隔线的框:Handprint_PartitionedFrame
FMT_SimpleComb此值指定文本所在的字段为梳形框:Handprint_SimpleComb
FMT_SimpleText此值表示纯文本:Handprint
FMT_TextInFrame此值指定文本位于框内:Handprint_InFrame
FMT_UnderlinedText此值指定文本带下划线:Handprint_Underlined

用于以下内容

IRecognizerParams::FieldMarkingType 识别手写文本