Uses of Class
com.itextpdf.pdf2data.OcrWithPostProcessingEngine
Packages that use OcrWithPostProcessingEngine
-
Uses of OcrWithPostProcessingEngine in com.itextpdf.pdf2data
Methods in com.itextpdf.pdf2data with parameters of type OcrWithPostProcessingEngineModifier and TypeMethodDescriptionstatic Pdf2DataExtractor
Pdf2DataExtractor.create
(File p2dFile, OcrWithPostProcessingEngine ocrEngine) Creates instance ofPdf2DataExtractor
from pdf2data template file with provided OCR engine.static Pdf2DataExtractor
Pdf2DataExtractor.createFromTemplateContentJson
(InputStream templateContentJsonStream, OcrWithPostProcessingEngine ocrEngine) Creates instance ofPdf2DataExtractor
from stream which contants pdf2data template content in JSON format. -
Uses of OcrWithPostProcessingEngine in com.itextpdf.pdf2data.ocr.engine
Subclasses of OcrWithPostProcessingEngine in com.itextpdf.pdf2data.ocr.engineModifier and TypeClassDescriptionclass
Engine which usesTesseract4LibOcrEngine
as based ocr engine.Methods in com.itextpdf.pdf2data.ocr.engine that return OcrWithPostProcessingEngineModifier and TypeMethodDescriptionTesseract4BasedEngine.Builder.build()
Creates newOcrWithPostProcessingEngine
engine.