public class OcrPdfRenderer
Saves Document with given Pages into PDF sandwiched with results of OCR. Perform OCR during this process.
@NotNull public static java.lang.String PDF_TEMP_IMAGE_FILE_SUFFIX
public static io.scanbot.sdk.ocr.intelligence.OcrPdfRenderer.Companion Companion
public OcrPdfRenderer(@NotNull
io.scanbot.sdk.persistence.DocumentStoreStrategy documentStoreStrategy,
@NotNull
io.scanbot.sdk.persistence.PageFileStorage pageFileStorage,
@NotNull
io.scanbot.sdk.persistence.BlobStoreStrategy blobStoreStrategy,
@NotNull
io.scanbot.sdk.ocr.intelligence.OcrPdfRenderer.BitmapBinarizer bitmapBinarizer,
@NotNull
io.scanbot.sdk.persistence.fileio.FileIOProcessor fileIOProcessor,
@NotNull
io.scanbot.sdk.docprocessing.compose.ComposerCache composerCache)
Saves Document with given Pages into PDF sandwiched with results of OCR. Perform OCR during this process.
@NotNull
public io.scanbot.sdk.ocr.intelligence.OcrPdfRenderer.RenderIterator startRender(@NotNull
io.scanbot.sdk.entity.Document document,
@NotNull
OcrInput ocrInput,
@NotNull
java.util.Collection<? extends io.scanbot.sdk.entity.Language> languages,
@NotNull
OcrSettings ocrSettings)
Starts render of document into PDF file. Returns interface OcrPdfRenderer.RenderIterator
which performs OCR and generates document as it being advanced.
document - Document to renderocrInput - class OcrInput to renderinterface OcrPdfRenderer.RenderIterator which
performs OCR and generates document as it being advanced.interface OcrPdfRenderer.RenderIterator