Adds a text zone during auto-zoning.
public bool UseTextZone { get; set; }
Public Property UseTextZone() As Boolean
Get
Set
public:
property bool UseTextZone
{
bool get()
void set(bool value)
}
true to add a single OCR zone; otherwise, false to use intelligent zoning. The default value is false.
When AutoZone is called on a page that has its area of interest options set through SetAreaOptions, the value of UseTextZone is used to determine how the engine should process the page.
When the value is false (default), the engine will use intelligent zoning. In this mode, the engine will auto-zone the entire page and then drop the zones that are outside the area of interest. This greatly enhances the accuracy of the recognition process that will follow.
When the value is set to true, the engine will add an OcrZone with its ZoneType set to OcrZoneType.Text. This can reduce the accuracy of the recognition process that will follow if the area of interest contains text with multiple font styles and sizes, or if the area contains other elements such as tables or graphics.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document