Leadtools.Document Deprecated as of v16. Refer to: Leadtools.Forms.Ocr | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RecognizeModuleTradeoff Property
See Also 
Leadtools.Document Namespace > RasterDocumentEngine Class : RecognizeModuleTradeoff Property



The current OCR document engine Trade-off setting.

Syntax

Visual Basic (Declaration) 
Public Property RecognizeModuleTradeoff As RasterDocumentTradeoff
Visual Basic (Usage)Copy Code
Dim instance As RasterDocumentEngine
Dim value As RasterDocumentTradeoff
 
instance.RecognizeModuleTradeoff = value
 
value = instance.RecognizeModuleTradeoff
C# 
public RasterDocumentTradeoff RecognizeModuleTradeoff {get; set;}
C++/CLI 
public:
property RasterDocumentTradeoff RecognizeModuleTradeoff {
   RasterDocumentTradeoff get();
   void set (RasterDocumentTradeoff value);
}

Return Value

A RasterDocumentTradeoff value that specifies the current OCR document engine Trade-off setting.

Example

Refer to DefaultSpellLanguages example.

Remarks

Specifies the tradeoff setting for the OCR document engine that will be applied during automatic zoning and recognition. This is a value that indicates whether to recognize for accuracy or for speed. To apply automatic zone detection for a specific page, call the FindZones method. To recognize a page, call Recognize.
The OCR document engine trade-off setting is effective for the following recognition modules:
This setting does not influence the behavior of any other RasterDocumentRecognizeModule recognition module. Not all of the above modules interpret the settings in the same way. If this method is not called, the default value RasterDocumentTradeoff.Accurate is applied.
For more information, refer to Recognizing Document Pages.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

The Leadtools.Document namespace is deprecated and no longer supported as of LEADTOOLS v16. For v16 and later, please refer to: Leadtools.Forms.Ocr. This documentation is retained for v15 and earlier informational use only.