Uses of Interface
com.itextpdf.pdfocr.onnxtr.orientation.IOrientationPredictor
Packages that use IOrientationPredictor
-
Uses of IOrientationPredictor in com.itextpdf.pdfocr.onnxtr
Constructors in com.itextpdf.pdfocr.onnxtr with parameters of type IOrientationPredictorModifierConstructorDescriptionOnnxTrOcrEngine
(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. -
Uses of IOrientationPredictor in com.itextpdf.pdfocr.onnxtr.orientation
Classes in com.itextpdf.pdfocr.onnxtr.orientation that implement IOrientationPredictorModifier and TypeClassDescriptionclass
A crop orientation predictor implementation, which is using ONNX Runtime and its ML models to figure out, how text is oriented in a cropped image of text.