Initializes a new instance of the PageTextAreaOptions class with the OCR usage option.
def__init__(self):...
init
Initializes a new instance of the PageTextAreaOptions class with the OCR usage option.
def__init__(self,use_ocr):...
Parameter
Type
Description
use_ocr
bool
The value that indicates whether OCR functionality is used to extract text areas.
init
Initializes a new instance of the PageTextAreaOptions class with the regular expression.
Other options are set by default (see remarks for details).
def__init__(self,expression):...
Parameter
Type
Description
expression
System.String
The regular expression.
init
Initializes a new instance of the PageTextAreaOptions class with the ability to set OCR options.
def__init__(self,use_ocr,ocr_options):...
Parameter
Type
Description
use_ocr
bool
The value that indicates whether OCR functionality is used to extract text areas.
ocr_options
groupdocs.parser.options.OcrOptions
The additional options for OCR functionality.
init
Initializes a new instance of the PageTextAreaOptions class
with the regular expression and rectangular area.
Other options are set by default (see remarks for details).
def__init__(self,expression,rectangle):...
Parameter
Type
Description
expression
System.String
The regular expression.
rectangle
groupdocs.parser.data.Rectangle
The rectangular area that contains page areas.
init
Initializes a new instance of the PageTextAreaOptions class
with the regular expression, rectangular area and the size of the ignored border.
Other options are set by default (see remarks for details).