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

Determines the type of regions detected by the model. More...

Inherits Enum.

Static Public Attributes

int LINES = 1
 
int PARAGRAPHS = 0
 
int WORDS = 2
 

Detailed Description

Determines the type of regions detected by the model.

Used in the get_text_areas to indicate which result will be obtained - paragraph coordinates or line coordinates.

Member Data Documentation

◆ LINES

int LINES = 1
static

◆ PARAGRAPHS

int PARAGRAPHS = 0
static

◆ WORDS

int WORDS = 2
static