LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

AutoZoningOptions Enumeration






Flags that determine the behavior of the auto zoning process.

.NET support
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum AutoZoningOptions 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As AutoZoningOptions
[FlagsAttribute()]
public enum AutoZoningOptions : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.Core.AutoZoningOptions = function() { };
Leadtools.ImageProcessing.Core.AutoZoningOptions.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class AutoZoningOptions : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
AllowOverlapAllows overlapping zones.
DetectAccurateZonesDon't merge text zones and keep them separated (paragraphs)
DetectAllDetect all zones.
DetectGeneralZonesMerge text zones to the maximum.
DetectGraphicsDetect graphics zones.
DetectTableDetect table zones.
DetectTextDetect text zones.
DontAllowOverlapDon't allow overlapping zones.
DontRecognizeOneCellTableDon't recognize tables that contain only one cell. (ignore one-cell tables (borders), and detect what is inside.)
DontUseMultiThreadingDon't Use Multithreading (that will be used with a single-core CPUs)
NoneNone.
RecognizeOneCellTableRecognize tables that contain only one cell, (consider the borders as one-cell tables).
UseAdvancedTableDetectionUse Advanced Table Detection to return more accurate results and detect complex tables
UseLinesReconstructionUse Lines Reconstruction to connect broken lines and for patterned tables.
UseMultiThreadingUse Multithreading (that will be faster with a multi-core CPUs)
UseNormalTableDetectionUse Normal Table Detection
UseTextDetectionVersionModifies 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.
Remarks
You can use a bitwise OR (|) to specify one or more flags.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.AutoZoningOptions

Requirements

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

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.