| Package | Description |
|---|---|
| com.groupdocs.parser.data |
The package provides classes which represent parsing results.
|
| com.groupdocs.parser.export |
The package provides classes that allow users to export data to different formats.
|
| com.groupdocs.parser.options |
The package provides classes to specify additional options when parsing data from documents.
|
| com.groupdocs.parser.templates |
The package provides classes for creating templates for parsing document data.
|
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
PageArea.getRectangle()
Gets the rectangular area.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PageArea.setRectangle(Rectangle rectangle) |
| Constructor and Description |
|---|
PageArea(Page page,
Rectangle rectangle) |
PageBarcodeArea(String value,
String codeTypeName,
int confidence,
double angle,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageBarcodeArea class. |
PageBarcodeArea(String value,
String codeTypeName,
Page page,
Rectangle rectangle)
Deprecated.
|
PageHyperlinkArea(String text,
String url,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageHyperlinkArea class. |
PageImageArea(InputStream imageStream,
FileType fileType,
double rotation,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageImageArea class. |
PageTableArea(Iterable<Double> rows,
Iterable<Double> columns,
Iterable<PageTableAreaCell> cells,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageTableArea class. |
PageTextArea(String text,
Double baseLine,
TextStyle textStyle,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageTextArea class. |
PageTextArea(String text,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageTextArea class. |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
JsonExporter.RectangleSerializer.serialize(Rectangle rectangle,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
BarcodeOptions.getRectangle()
Gets the rectangular area that contains page areas.
|
Rectangle |
OcrOptions.getRectangle()
Gets the rectangular area that constraints the page area which is used for text recognizing.
|
Rectangle |
PageAreaOptions.getRectangle()
Gets the rectangular area that contains page areas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BarcodeOptions.setRectangle(Rectangle rectangle)
Sets the rectangular area that contains barcodes.
|
void |
OcrOptions.setRectangle(Rectangle rectangle)
Sets the rectangular area that constraints the page area which is used for text recognizing.
|
| Constructor and Description |
|---|
BarcodeOptions(Rectangle rectangle)
Initializes a new instance of the BarcodeOptions class with the rectangular
area.
|
BarcodeOptions(Rectangle rectangle,
QualityMode imageQuality,
QualityMode barcodeQuality,
Float dimension,
boolean allowIncorrectBarcodes,
String... codeTypes)
Initializes a new instance of the BarcodeOptions class.
|
OcrOptions(Rectangle rectangle)
Initializes a new instance of the
OcrOptions class with rectangular area. |
OcrOptions(Rectangle rectangle,
OcrEventHandler handler)
Initializes a new instance of the
OcrOptions class with rectangular area and OcrEventHandler object. |
OcrOptions(Rectangle rectangle,
OcrEventHandler handler,
boolean useSpellCheker)
Initializes a new instance of the
OcrOptions class. |
PageAreaOptions(Rectangle rectangle)
Initializes a new instance of the
PageAreaOptions class with the size of the ignored border. |
PageAreaOptions(Rectangle rectangle,
double rectangleTolerance)
Initializes a new instance of the
PageAreaOptions class. |
PageTableAreaOptions(Rectangle rectangle)
Initializes a new instance of the
PageTableAreaOptions class with a search rectangle and no fixed layout. |
PageTextAreaOptions(String expression,
boolean matchCase,
boolean uniteSegments,
boolean ignoreFormatting,
Rectangle rectangle)
Initializes a new instance of the
PageTextAreaOptions class. |
PageTextAreaOptions(String expression,
boolean matchCase,
boolean uniteSegments,
boolean ignoreFormatting,
Rectangle rectangle,
double rectangleTolerance)
Initializes a new instance of the
PageTextAreaOptions class with the size of the ignored border. |
PageTextAreaOptions(String expression,
Rectangle rectangle)
Initializes a new instance of the
PageTextAreaOptions class with the regular expression and rectangular area. |
PageTextAreaOptions(String expression,
Rectangle rectangle,
double rectangleTolerance)
Initializes a new instance of the
PageTextAreaOptions class with the regular expression, rectangular area and the size of the ignored border. |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
TemplateBarcode.getRectangle()
Gets the rectangular area that contains the template barcode field.
|
Rectangle |
TemplateFixedPosition.getRectangle()
Gets the rectangular area that contains the template field.
|
Rectangle |
TemplateTableLayout.getRectangle()
Gets the rectangular area that contains the table.
|
Rectangle |
TemplateTableParameters.getRectangle()
Gets the rectangular area that contains the table.
|
| Constructor and Description |
|---|
TemplateBarcode(Rectangle rectangle,
String name)
Initializes a new instance of the
TemplateBarcode class. |
TemplateBarcode(Rectangle rectangle,
String name,
Integer pageIndex)
Initializes a new instance of the
TemplateBarcode clas with the UPPER CASE name. |
TemplateBarcode(Rectangle rectangle,
String name,
Integer pageIndex,
boolean useUpperCaseName)
Initializes a new instance of the
TemplateBarcode class. |
TemplateBarcode(Rectangle rectangle,
String name,
Integer pageIndex,
Double pageWidth)
Initializes a new instance of the
TemplateBarcode class with the UPPER CASE name. |
TemplateBarcode(Rectangle rectangle,
String name,
Integer pageIndex,
Double pageWidth,
boolean useUpperCaseName)
Initializes a new instance of the
TemplateBarcode class. |
TemplateFixedPosition(Rectangle rectangle)
Initializes a new instance of the
TemplateFixedPosition class. |
TemplateTableParameters(Rectangle rectangle,
Iterable<Double> verticalSeparators)
Initializes a new instance of the
TemplateTableParameters class. |
TemplateTableParameters(Rectangle rectangle,
Iterable<Double> verticalSeparators,
Boolean mergedCells,
Integer minRowCount,
Integer minColumnCount,
Integer minVerticalSpace)
Initializes a new instance of the
TemplateTableParameters class. |
Copyright © 2026. All rights reserved.