java.lang.Object |
↳ |
com.pspdfkit.api.ocr.OcrProcessor |
Class Overview
An Optical Character Recognition (OCR) processor used to process documents with images that contain text.
The processor supports a number of languages with which to perform OCR. See OcrLanguage
.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
public
void
performOcr
(WritableDataProvider writableDataProvider)
Performs optical character recognition (OCR) on the document set in Builder(PdfDocument)
.
Please visit https://pspdfkit.com/guides/java/current/ocr/overview/ for more information.
Parameters
writableDataProvider |
The data provider in which to export the processed document.
|