Documentation
Table of contents

Thanks for downloading Dynamsoft Label Recognizer Package!

Your download will start shortly. If your download does not begin, click here to retry.

CharacterModel Object

Parameter Name Description
CharacterModel.Name The name of the CharacterModel object.
CharacterModel.DirectoryPath The path of the folder containing the character model files.
CharacterModel.FilterFilePath The full path of the filter file which specifies the characters to be recognized.

Name

The name of the CharacterModel object.

Remarks
It must be a unique name.
A CharacterModel is consisted by the following three files:
[Name].txt,
[Name].prototxt,
[Name].caffemodel
And optionally, it can have some assisted CharacterModels with formatted file names like:
[Name]Assist[SubName].txt
[Name]Assist[SubName].prototxt
[Name]Assist[SubName].caffemodel
Note: [Name] is current value and [SubName] can be customized by you own.

As Json Parameter

Json Object Json Parameter Name Value Type Default Value
CharacterModel Name string It must be a mandatory setting value.

Json Parameter Example

{
    "Name":"CharacterModel1"
}

DirectoryPath

The path of the folder containing the character model files.

As Json Parameter

Json Object Json Parameter Name Value Type Default Value
CharacterModel DirectoryPath string ””

Json Parameter Example

{
    "DirectoryPath":"C:/CharacterModelFiles"
}

FilterFilePath

The full path of the filter file which specifies the characters to be recognized.

As Json Parameter

Json Object Json Parameter Name Value Type Default Value
CharacterModel FilterFilePath string ””

Json Parameter Example

{
    "FilterFilePath":"C:/CharacterModelFiles/CM1_F1.txt"
}

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

  • Latest version(3.2.20)
  • Version 3.x
    • Version 3.2.10
    • Version 3.2.0
    • Version 3.0.30
    • Version 3.0.20
    • Version 3.0.10
    • Version 3.0.0
  • Version 2.x
    • Version 2.2.20
    • Version 2.2.11
    • Version 2.2.10
    • Version 2.2.0
    • Version 2.0.0
  • Version 1.x
    • Version 1.2.1
    • Version 1.2
    • Version 1.0
Change +