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 Pdf2DataExtractorPdf2DataExtractor.create(File p2dFile, OcrWithPostProcessingEngine ocrEngine) Creates instance ofPdf2DataExtractorfrom pdf2data template file with provided OCR engine.static Pdf2DataExtractorPdf2DataExtractor.createFromTemplateContentJson(InputStream templateContentJsonStream, OcrWithPostProcessingEngine ocrEngine) Creates instance ofPdf2DataExtractorfrom 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 TypeClassDescriptionclassEngine which usesTesseract4LibOcrEngineas based ocr engine.Methods in com.itextpdf.pdf2data.ocr.engine that return OcrWithPostProcessingEngineModifier and TypeMethodDescriptionTesseract4BasedEngine.Builder.build()Creates newOcrWithPostProcessingEngineengine.