Leadtools.ImageProcessing.Core Namespace : AutoZoningOptions Enumeration |
[FlagsAttribute()] public enum AutoZoningOptions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum AutoZoningOptions Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As AutoZoningOptions
[FlagsAttribute()] public enum AutoZoningOptions : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.Core.AutoZoningOptions = function() { }; Leadtools.ImageProcessing.Core.AutoZoningOptions.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class AutoZoningOptions : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
AllowOverlap | Allows overlapping zones. |
DetectAccurateZones | Don't merge text zones and keep them separated (paragraphs) |
DetectAll | Detect all zones. |
DetectGeneralZones | Merge text zones to the maximum. |
DetectGraphics | Detect graphics zones. |
DetectTable | Detect table zones. |
DetectText | Detect text zones. |
DontAllowOverlap | Don't allow overlapping zones. |
DontRecognizeOneCellTable | Don't recognize tables that contain only one cell. (ignore one-cell tables (borders), and detect what is inside.) |
DontUseMultiThreading | Don't Use Multithreading (that will be used with a single-core CPUs) |
None | None. |
RecognizeOneCellTable | Recognize tables that contain only one cell, (consider the borders as one-cell tables). |
UseAdvancedTableDetection | Use Advanced Table Detection to return more accurate results and detect complex tables |
UseLinesReconstruction | Use Lines Reconstruction to connect broken lines and for patterned tables. |
UseMultiThreading | Use Multithreading (that will be faster with a multi-core CPUs) |
UseNormalTableDetection | Use Normal Table Detection |
UseTextDetectionVersion | Modifies the input image removing tables and graphics, leaving only the text area. It won't return the text zones in the IList containing the recognized zones. Note: Make a copy of the original image if you want to keep it, since when this function is set to UseTextDetectionVersion the original image is modified. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.AutoZoningOptions
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2