Uses of Interface
com.itextpdf.pdfocr.onnxtr.IPredictor
Packages that use IPredictor
Package
Description
-
Uses of IPredictor in com.itextpdf.pdfocr.onnxtr
Classes in com.itextpdf.pdfocr.onnxtr that implement IPredictorModifier and TypeClassDescriptionclassAbstract predictor, based on models running over ONNX runtime. -
Uses of IPredictor in com.itextpdf.pdfocr.onnxtr.detection
Subinterfaces of IPredictor in com.itextpdf.pdfocr.onnxtr.detectionModifier and TypeInterfaceDescriptioninterfaceInterface for predictors, which take a full image and find text boxes on them.Classes in com.itextpdf.pdfocr.onnxtr.detection that implement IPredictorModifier 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 IPredictor in com.itextpdf.pdfocr.onnxtr.orientation
Subinterfaces of IPredictor in com.itextpdf.pdfocr.onnxtr.orientationModifier and TypeInterfaceDescriptioninterfaceInterface for predictors, which take a cropped image of text and determine its orientation.Classes in com.itextpdf.pdfocr.onnxtr.orientation that implement IPredictorModifier 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 IPredictor in com.itextpdf.pdfocr.onnxtr.recognition
Subinterfaces of IPredictor in com.itextpdf.pdfocr.onnxtr.recognitionModifier and TypeInterfaceDescriptioninterfaceInterface for predictors, which take a cropped image of text and recognize text characters on it.Classes in com.itextpdf.pdfocr.onnxtr.recognition that implement IPredictorModifier and TypeClassDescriptionclassA text recognition predictor implementation, which is using ONNX Runtime and its ML models to recognize text characters on an image.