Uses of Interface
com.itextpdf.pdfocr.IOcrEngine
Packages that use IOcrEngine
-
Uses of IOcrEngine in com.itextpdf.pdfocr
Methods in com.itextpdf.pdfocr that return IOcrEngineModifier and TypeMethodDescriptionfinal IOcrEngine
OcrPdfCreator.getOcrEngine()
Gets usedIOcrEngine
reader object to perform OCR.Methods in com.itextpdf.pdfocr with parameters of type IOcrEngineModifier and TypeMethodDescriptionfinal void
OcrPdfCreator.setOcrEngine
(IOcrEngine reader) SetsIOcrEngine
reader object to perform OCR.Constructors in com.itextpdf.pdfocr with parameters of type IOcrEngineModifierConstructorDescriptionOcrPdfCreator
(IOcrEngine ocrEngine) Creates a newOcrPdfCreator
instance.OcrPdfCreator
(IOcrEngine ocrEngine, OcrPdfCreatorProperties ocrPdfCreatorProperties) Creates a newOcrPdfCreator
instance. -
Uses of IOcrEngine in com.itextpdf.pdfocr.onnxtr
Classes in com.itextpdf.pdfocr.onnxtr that implement IOcrEngineModifier and TypeClassDescriptionclass
IOcrEngine
implementation, based on OnnxTR/DocTR machine learning OCR projects. -
Uses of IOcrEngine in com.itextpdf.pdfocr.tesseract4
Classes in com.itextpdf.pdfocr.tesseract4 that implement IOcrEngineModifier and TypeClassDescriptionclass
The implementation ofIOcrEngine
.class
The implementation ofAbstractTesseract4OcrEngine
for tesseract OCR.class
The implementation ofAbstractTesseract4OcrEngine
for tesseract OCR.