Uses of Class
com.itextpdf.pdfocr.onnxtr.detection.OnnxDetectionPredictorProperties
Packages that use OnnxDetectionPredictorProperties
-
Uses of OnnxDetectionPredictorProperties in com.itextpdf.pdfocr.onnxtr.detection
Methods in com.itextpdf.pdfocr.onnxtr.detection that return OnnxDetectionPredictorPropertiesModifier and TypeMethodDescriptionCreates a new text detection properties object for existing pre-trained DBNet models, stored on disk.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.Constructors in com.itextpdf.pdfocr.onnxtr.detection with parameters of type OnnxDetectionPredictorPropertiesModifierConstructorDescriptionCreates a text detection predictor with the specified properties.