Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
Modifier and Type | Interface and Description |
---|---|
static interface |
Document.CallBackGetHocr
The call back procedure for hocr recognize.
|
static interface |
Document.CallBackGetHocrWithPage
The call back procedure for hocr recognize.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Document.convert(Document.CallBackGetHocrBase callback)
Recognize images inside the document and add hocr strings over it.
|
boolean |
IDocument.convert(Document.CallBackGetHocrBase callback)
Convert document to searchable document.
|
boolean |
IDocument.convert(Document.CallBackGetHocrBase callback,
boolean isTestVisible,
boolean flattenImages)
Convert document and save errors into the specified file.
|
boolean |
IDocument.convert(Document.CallBackGetHocrBase callback,
boolean isTestVisible,
boolean flattenImages,
boolean isOriginalImage)
Convert document and save errors into the specified file.
|
boolean |
IDocument.convert(Document.CallBackGetHocrBase callback,
boolean isTextVisible,
boolean flattenImages,
boolean isOriginalImage,
boolean skipErrorsInRecognitionHOCR)
Convert document and save errors into the specified file.
|
boolean |
Document.convertWithFlatten(Document.CallBackGetHocrBase callback)
Convert document to searchable document and skip errors of hochr that can not be converted.
|
boolean |
IDocument.convertWithFlatten(Document.CallBackGetHocrBase callback)
Convert document to searchable document and skip errors of hochr that can not be converted.
|
boolean |
Document.convertWithSkippingErrors(Document.CallBackGetHocrBase callback)
Convert document to searchable document and skip errors of hochr that can not be converted.
|
boolean |
IDocument.convertWithSkippingErrors(Document.CallBackGetHocrBase callback)
Convert document to searchable document and skip errors of hochr that can not be converted.
|
Copyright © 2024 Aspose. All Rights Reserved.