Uses of Class
com.itextpdf.pdfocr.onnxtr.AbstractOnnxPredictor
Packages that use AbstractOnnxPredictor
Package
Description
-
Uses of AbstractOnnxPredictor in com.itextpdf.pdfocr.onnxtr.detection
Subclasses of AbstractOnnxPredictor in com.itextpdf.pdfocr.onnxtr.detectionModifier and TypeClassDescriptionclassA text detection predictor implementation, which is using ONNX Runtime and its ML models to find, where text is located on an image. -
Uses of AbstractOnnxPredictor in com.itextpdf.pdfocr.onnxtr.orientation
Subclasses of AbstractOnnxPredictor in com.itextpdf.pdfocr.onnxtr.orientationModifier and TypeClassDescriptionclassA 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. -
Uses of AbstractOnnxPredictor in com.itextpdf.pdfocr.onnxtr.recognition
Subclasses of AbstractOnnxPredictor in com.itextpdf.pdfocr.onnxtr.recognitionModifier and TypeClassDescriptionclassA text recognition predictor implementation, which is using ONNX Runtime and its ML models to recognize text characters on an image.