DocumentImage
Inheritance: java.lang.Object
public abstract class DocumentImage
Represents a document image data.
Constructors
| Constructor | Description |
|---|---|
| DocumentImage() |
Methods
| Method | Description |
|---|---|
| getImageIndex() | Gets the ordinal number of the image in the document. |
| getFields() | Gets the extracted fields. |
| getFrames() | Gets the image frames. |
DocumentImage()
public DocumentImage()
getImageIndex()
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.
getFields()
public abstract DocumentField[] getFields()
Gets the extracted fields.
Returns: com.groupdocs.search.common.DocumentField[] - The extracted fields.
getFrames()
public abstract ImageFrame[] getFrames()
Gets the image frames.
Returns: com.groupdocs.search.common.ImageFrame[] - The image frames.