Specifies the available OCR engine types.
Members
| Value | Member | Description |
|---|---|---|
| 0 | Advantage | Specifies the LEADTOOLS OCR Advantage engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Advantage.dll is used. |
| 1 | Professional | Specifies the LEADTOOLS OCR Professional engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Professional.dll is used. |
You can specify one of the OcrEngineType enumeration values through "Leadtools.Services.Forms.ServiceImplementations.dll.config" file to set the Ocr engine. For example, to use the Advantage engine to recognize a page, replace the following node <setting name="EngineType" serializeAs="String"> <value>Advantage</value> </setting> with the following node <setting name="EngineType" serializeAs="String"> <value>Advantage</value> </setting> in Leadtools.Services.Forms.ServiceImplementations.dll.config file which is shipped with our setup.
For an example, refer to DocumentConvertOptions.