Recognition languages

The natural language attributed to the input documents to support more precise OCR is the recognition language. The OCR conversion adapter supports multiple languages. To provide an easy usage of the system, only the most frequent languages appear by default.

If necessary, you can modify the available languages by editing the languageSettings.json configuration file. The setting file is typically located here:

C:\ProgramData\Kofax\FolderWatcher\languageSettings.json

Change the Enabled attribute value to True or False to display or hide the selected language in the user interface. In the following example, you should replace the language name and code with the preferred ones.

[
…
{ "Id": 3, "Text": "Spanish", "Enabled": true },
…
{ "Id": 125, "Text": "Zapotec", "Enabled": false },
…
]

For more information about conversion parameters, refer to the API Reference Guide.