Uses of Interface
com.itextpdf.pdfocr.onnxtr.detection.IDetectionPostProcessor
Packages that use IDetectionPostProcessor
-
Uses of IDetectionPostProcessor in com.itextpdf.pdfocr.onnxtr.detection
Classes in com.itextpdf.pdfocr.onnxtr.detection that implement IDetectionPostProcessorModifier and TypeClassDescriptionclass
Implementation of a text detection predictor post-processor, used for OnnxTR model outputs.Methods in com.itextpdf.pdfocr.onnxtr.detection that return IDetectionPostProcessorModifier and TypeMethodDescriptionOnnxDetectionPredictorProperties.getPostProcessor()
Returns the ONNX model output post-processor.Constructors in com.itextpdf.pdfocr.onnxtr.detection with parameters of type IDetectionPostProcessorModifierConstructorDescriptionOnnxDetectionPredictorProperties
(String modelPath, OnnxInputProperties inputProperties, IDetectionPostProcessor postProcessor) Creates new text detection predictor properties.