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 TypeClassDescriptionclass
A 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 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. -
Uses of AbstractOnnxPredictor in com.itextpdf.pdfocr.onnxtr.recognition
Subclasses of AbstractOnnxPredictor in com.itextpdf.pdfocr.onnxtr.recognitionModifier and TypeClassDescriptionclass
A text recognition predictor implementation, which is using ONNX Runtime and its ML models to recognize text characters on an image.