Uses of Class
com.itextpdf.pdfocr.onnx.detection.OnnxDetectionPredictorProperties
Packages that use OnnxDetectionPredictorProperties
-
Uses of OnnxDetectionPredictorProperties in com.itextpdf.pdfocr.onnx.detection
Methods in com.itextpdf.pdfocr.onnx.detection that return OnnxDetectionPredictorPropertiesModifier and TypeMethodDescriptionCreates a new text detection properties object for existing pre-trained DBNet models, stored on disk.OnnxDetectionPredictorProperties.dbNet(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection properties object for existing pre-trained DBNet models, stored on disk.Creates a new text detection properties object for an existing pre-trained EasyOCR CRAFT model, stored on disk.OnnxDetectionPredictorProperties.easyOcr(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection properties object for an existing pre-trained EasyOCR CRAFT model, stored on disk.Creates a new text detection properties object for existing pre-trained FAST models, stored on disk.OnnxDetectionPredictorProperties.fast(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection properties object for existing pre-trained FAST models, stored on disk.OnnxDetectionPredictor.getProperties()Returns the text detection predictor properties.Creates a new text detection properties object for existing pre-trained LinkNet models, stored on disk.OnnxDetectionPredictorProperties.linkNet(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection properties object for existing pre-trained LinkNet models, stored on disk.Creates a new text detection properties object for existing pre-trained PaddleOCR models, stored on disk.OnnxDetectionPredictorProperties.paddleOcr(String modelDirPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection properties object for existing pre-trained PaddleOCR models, stored on disk.Creates a new text detection properties object for existing pre-trained PaddleOCR models, stored on disk.OnnxDetectionPredictorProperties.paddleOcr(String modelPath, String configPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection properties object for existing pre-trained PaddleOCR models, stored on disk.Constructors in com.itextpdf.pdfocr.onnx.detection with parameters of type OnnxDetectionPredictorPropertiesModifierConstructorDescriptionCreates a text detection predictor with the specified properties.