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 TypeClassDescriptionclass
Abstract 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 TypeInterfaceDescriptioninterface
Interface for predictors, which take a full image and find text boxes on them.Classes in com.itextpdf.pdfocr.onnxtr.detection that implement IPredictorModifier 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 IPredictor in com.itextpdf.pdfocr.onnxtr.orientation
Subinterfaces of IPredictor in com.itextpdf.pdfocr.onnxtr.orientationModifier and TypeInterfaceDescriptioninterface
Interface for predictors, which take a cropped image of text and determine its orientation.Classes in com.itextpdf.pdfocr.onnxtr.orientation that implement IPredictorModifier 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 IPredictor in com.itextpdf.pdfocr.onnxtr.recognition
Subinterfaces of IPredictor in com.itextpdf.pdfocr.onnxtr.recognitionModifier and TypeInterfaceDescriptioninterface
Interface 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 TypeClassDescriptionclass
A text recognition predictor implementation, which is using ONNX Runtime and its ML models to recognize text characters on an image.