Aspose.OCR for Python via Java API docs
Loading...
Searching...
No Matches
DetectAreasMode Class Reference

Determines the type of neural network used for areas detection. More...

Inherits Enum.

Static Public Attributes

int CURVED_TEXT = 5
 
int LEAN = 0
 
int MULTICOLUMN = 1
 
int TABLE = 4
 
int UNIVERSAL = 2
 

Detailed Description

Determines the type of neural network used for areas detection.

Used in the RecognitionSettings to specify which type of image you want to recognize.

Member Data Documentation

◆ CURVED_TEXT

int CURVED_TEXT = 5
static

◆ LEAN

int LEAN = 0
static

◆ MULTICOLUMN

int MULTICOLUMN = 1
static

◆ TABLE

int TABLE = 4
static

◆ UNIVERSAL

int UNIVERSAL = 2
static