Leadtools.Document Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
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;}
Managed Extensions for C++ 
public: __property RasterDocumentTradeoff get_RecognizeModuleTradeoff();
public: __property void set_RecognizeModuleTradeoff( 
   RasterDocumentTradeoff value
);
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Documentrequires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features