| 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 |
|---|---|
Size |
Page.getSize()
Gets the page size.
|
Size |
Rectangle.getSize()
Gets the size.
|
static Size |
Size.parse(String s)
Converts the string representation of a size to its class equivalent.
|
| Constructor and Description |
|---|
Page(int index,
Size size)
Initializes a new instance of the
Page class. |
Rectangle(Point position,
Size size)
Initializes a new instance of the
Rectangle class. |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
JsonExporter.SizeSerializer.serialize(Size size,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PageTextArea> |
OcrConnectorBase.recognizeTextAreas(InputStream imageStream,
int pageIndex,
Size pageSize,
OcrOptions options)
Deprecated.
OCR Connector doesn't support the page extraction. By default, pageIndex is ignored.
|
Iterable<PageTextArea> |
OcrConnectorBase.recognizeTextAreas(InputStream imageStream,
Size pageSize,
OcrOptions options)
Recognize text areas from
imageStream stream. |
| Modifier and Type | Method and Description |
|---|---|
Size |
TemplateLinkedPosition.getSearchArea()
Gets the size of the area where a field is searched.
|
| Constructor and Description |
|---|
TemplateLinkedPosition(String linkedFieldName,
Size searchArea,
TemplateLinkedPositionEdges edges)
Initializes a new instance of the
TemplateLinkedPosition class. |
TemplateLinkedPosition(String linkedFieldName,
Size searchArea,
TemplateLinkedPositionEdges edges,
boolean autoScale)
Initializes a new instance of the
TemplateLinkedPosition class with UPPER CASE name. |
TemplateLinkedPosition(String linkedFieldName,
Size searchArea,
TemplateLinkedPositionEdges edges,
boolean autoScale,
boolean useUpperCaseName)
Initializes a new instance of the
TemplateLinkedPosition class. |
Copyright © 2026. All rights reserved.