Uses of Interface
com.itextpdf.pdfocr.onnx.detection.IDetectionPostProcessor
Packages that use IDetectionPostProcessor
-
Uses of IDetectionPostProcessor in com.itextpdf.pdfocr.onnx.detection
Classes in com.itextpdf.pdfocr.onnx.detection that implement IDetectionPostProcessorModifier and TypeClassDescriptionclassImplementation of a text detection predictor post-processor, which is used as a basis for creating post-processors for handling OnnxTR, EasyOCR and PaddleOCR model outputs.classImplementation of a text detection predictor post-processor, used for EasyOCR model outputs.classImplementation of a text detection predictor post-processor, used for OnnxTR model outputs.classImplementation of a text detection predictor post-processor, used for PaddleOCR model outputs.Methods in com.itextpdf.pdfocr.onnx.detection that return IDetectionPostProcessorModifier and TypeMethodDescriptionOnnxDetectionPredictorProperties.getPostProcessor()Returns the ONNX model output post-processor.Constructors in com.itextpdf.pdfocr.onnx.detection with parameters of type IDetectionPostProcessorModifierConstructorDescriptionOnnxDetectionPredictorProperties(String modelPath, OnnxInputProperties inputProperties, IDetectionPostProcessor postProcessor) Creates new text detection predictor properties.OnnxDetectionPredictorProperties(String modelPath, OnnxInputProperties inputProperties, IDetectionPostProcessor postProcessor, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates new text detection predictor properties.