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
RasterDocumentPageParser Enumeration
See Also  
Leadtools.Document Namespace : RasterDocumentPageParser Enumeration



Values that specify the different page parser algorithms.

Syntax

Visual Basic (Declaration) 
Public Enum RasterDocumentPageParser 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterDocumentPageParser
C# 
public enum RasterDocumentPageParser : Enum 
C++/CLI 
public enum class RasterDocumentPageParser : public Enum 

Members

MemberDescription
Auto Specifies that the Engine will determine at run-time which page parser algorithm will be applied. (Default.)
Legacy The page-parsing algorithm used in the toolkit until version 10.0.
Standard The most accurate page-parsing algorithm for the Engine.
Fast A simplified variant of RasterDocumentPageParser.Legacy: this algorithm doesn't try to find tables on the page. It is the fastest (but least accurate) parsing algorithm available. Use it only for simple page parsing tasks!

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Document.RasterDocumentPageParser

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.