DocumentImage
Leave feedback
On this page
Inheritance: java.lang.Object
public abstract class DocumentImage
Represents a document image data.
| Constructor | Description |
|---|---|
| DocumentImage() |
| Method | Description |
|---|---|
| getImageIndex() | Gets the ordinal number of the image in the document. |
| getFields() | Gets the extracted fields. |
| getFrames() | Gets the image frames. |
public DocumentImage()
public abstract int getImageIndex()
Gets the ordinal number of the image in the document.
Returns: int - The ordinal number of the image in the document.
public abstract DocumentField[] getFields()
Gets the extracted fields.
Returns: com.groupdocs.search.common.DocumentField[] - The extracted fields.
public abstract ImageFrame[] getFrames()
Gets the image frames.
Returns: com.groupdocs.search.common.ImageFrame[] - The image frames.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.