public class OcrPdfRenderer
extends java.lang.Object
Document with given Pages into
PDF sandwiched with results of OCR. Perform OCR during this process.| Modifier and Type | Class and Description |
|---|---|
static interface |
OcrPdfRenderer.RenderIterator
Controls render process.
|
| Constructor and Description |
|---|
OcrPdfRenderer(android.content.Context context,
DocumentStoreStrategy documentStoreStrategy,
PageStoreStrategy pageStoreStrategy,
BlobStoreStrategy blobStoreStrategy) |
| Modifier and Type | Method and Description |
|---|---|
OcrPdfRenderer.RenderIterator |
startRender(Document document,
Page[] pages,
java.util.Collection<Language> languages)
Starts render of document into PDF file.
|
public OcrPdfRenderer(android.content.Context context,
DocumentStoreStrategy documentStoreStrategy,
PageStoreStrategy pageStoreStrategy,
BlobStoreStrategy blobStoreStrategy)
public OcrPdfRenderer.RenderIterator startRender(Document document, Page[] pages, java.util.Collection<Language> languages) throws java.io.IOException
OcrPdfRenderer.RenderIterator
which performs OCR and generates document as it being advanced.document - Document to renderpages - Pages to renderOcrPdfRenderer.RenderIterator which
performs OCR and generates document as it being advanced.java.io.IOException