Class OnnxDetectionPredictor

java.lang.Object
com.itextpdf.pdfocr.onnxtr.AbstractOnnxPredictor<BufferedImage, List>
com.itextpdf.pdfocr.onnxtr.detection.OnnxDetectionPredictor
All Implemented Interfaces:
IDetectionPredictor, IPredictor<BufferedImage,List>, AutoCloseable

public class OnnxDetectionPredictor extends AbstractOnnxPredictor<BufferedImage,List> implements IDetectionPredictor
A text detection predictor implementation, which is using ONNX Runtime and its ML models to find, where text is located on an image.