Configuring Engines
Create a gxsd.dat XML configuration file as described by the The Carmen ANPR Engine Reference Manual.
Here is the basic structure of the file:
<?xml version="1.0"?>
<gxproperty>
<default>
<error>
<!-- Error Codes -->
</error>
<imagefileformats>
<!-- Image File Formats -->
</imagefileformats>
<anprtypes>
<!-- ANPR Types -->
</anprtypes>
<licdevtypes>
<!-- License Device Types -->
</licdevtypes>
<licserver>
<!-- License Server Configuration -->
</licserver>
</default>
<!-- Engine-Specific Configuration -->
</gxproperty>
In the section "Engine-Specific Configuration", you need to list all engines you copied into the dat and lib folders in order to be able to use them. The configuration for a single engine is wrapped in a pair of XML tags of your choice, world in the example below. This will be the symbolic name you will need to use to refer to the engine in Carmen® Worker configuration.
<world>
<cmanpr value="cmanpr-7.3.16.127:world" />
<cmanpr-7.3.16.127>
<adapt_environment value="0" />
<confidencemode value="7" />
<convert0toO value="0" />
<cyrillic_style value="0" />
<heapfreefreq value="0" />
<local_character_conversion value="1" />
<local_character_permutation value="0" />
<recognitionmode value="0" />
<size_min value="10" />
<size_max value="80" />
<slant_min value="-100" />
<slant_max value="100" />
<slope_min value="-100" />
<slope_max value="100" />
<timeout value="1000" />
<timeout_wall value="1500" />
<unicode_in_text value="1" />
<zeroconfidenceresults value="0" />
<datafile value="cmanpr-16.127-world.dat" />
</cmanpr-7.3.16.127>
</world>