Uses of Interface
com.itextpdf.pdfocr.onnxtr.detection.IDetectionPredictor
Packages that use IDetectionPredictor
-
Uses of IDetectionPredictor in com.itextpdf.pdfocr.onnxtr
Constructors in com.itextpdf.pdfocr.onnxtr with parameters of type IDetectionPredictorModifierConstructorDescriptionOnnxTrOcrEngine
(IDetectionPredictor detectionPredictor, IOrientationPredictor orientationPredictor, IRecognitionPredictor recognitionPredictor) Create a new OCR engine with the provided predictors.OnnxTrOcrEngine
(IDetectionPredictor detectionPredictor, IOrientationPredictor orientationPredictor, IRecognitionPredictor recognitionPredictor, OnnxTrEngineProperties properties) Create a new OCR engine with the provided predictors.OnnxTrOcrEngine
(IDetectionPredictor detectionPredictor, IRecognitionPredictor recognitionPredictor) Create a new OCR engine with the provided predictors, without text orientation prediction. -
Uses of IDetectionPredictor in com.itextpdf.pdfocr.onnxtr.detection
Classes in com.itextpdf.pdfocr.onnxtr.detection that implement IDetectionPredictorModifier and TypeClassDescriptionclass
A text detection predictor implementation, which is using ONNX Runtime and its ML models to find, where text is located on an image.