LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

OcrSpellCheckEngine Enumeration

Show in webframe







OCR spell checker type
Syntax
public enum OcrSpellCheckEngine : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum OcrSpellCheckEngine 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As OcrSpellCheckEngine
public enum OcrSpellCheckEngine : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Forms.Ocr.OcrSpellCheckEngine = function() { };
Leadtools.Forms.Ocr.OcrSpellCheckEngine.prototype = {
None = 0x00000000, Native = 0x00000001, Hunspell = 0x00000002, };
public enum class OcrSpellCheckEngine : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000None

No spell checker (disables the spell check sub system)

0x00000001Native

Native spell checker.

0x00000002Hunspell

Hunspell spell checker.

Remarks

Refer to IOcrSpellCheckManager for more information on the type of spell check engines available and any restrictions.

Set IOcrSpellCheckManager.SpellCheckEngine to OcrSpellCheckEngine.None to disable the spell checking sub system.

The OcrSpellCheckEngine.Native spell checker is used differently depending on your OCR engine type:

The OcrSpellCheckEngine.Hunspell is only supported by LEADTOOLS Advantage OCR engine and uses the uses the popular Hunspell spell checker (through the standard .NET NHunspell wrapper). LEADTOOLS setup does not contain the NHunspell binaries or any language dictionaries. You must download the required assemblies from the NHunspell page as well as the dictionaries for the languages you are interested in. Visit the NHunspell home page at http://nhunspell.sourceforge.net for more information.

Any language supported by both OCR Advantage and NHunspell. This includes: English, Spanish, French, German, Italian, Bulgarian, Catalan, Czech, Danish, Greek, Finnish, Hungarian, Indonesian, Lithuanian, Latvian, Dutch, Norwegian, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Serbian, Swedish, Turkish, Ukrainian, Vietnamese, Japanese, Korean and Chinese (Simplified and Traditional).

The following prerequisites must exist in order for you to use the Hunspell engine with LEADTOOLS Advantage OCR engine:

Example

For an example, refer to IOcrSpellCheckManager.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.Ocr.OcrSpellCheckEngine

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

OcrSpellCheckEngine requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features