public class OcrComposer
Composes sandwiched document if all binaries are available and document language can be detected, or falls back to default PDF writing otherwise.
public OcrComposer(@NotNull
io.scanbot.sdk.blob.BlobManager blobManager,
@NotNull
OcrPdfRenderer pdfRenderer,
@NotNull
io.scanbot.sdk.docprocessing.compose.SimpleComposer simpleComposer,
@NotNull
io.scanbot.sap.SapManager sapManager,
@NotNull
OcrSettings ocrSettings)
Composes sandwiched document if all binaries are available and document language can be detected, or falls back to default PDF writing otherwise.