Uses of Interface
com.itextpdf.pdfocr.onnx.IOutputLabelMapper
Packages that use IOutputLabelMapper
-
Uses of IOutputLabelMapper in com.itextpdf.pdfocr.onnx.orientation
Classes in com.itextpdf.pdfocr.onnx.orientation that implement IOutputLabelMapperModifier and TypeClassDescriptionclassDefault implementation for mapping output of a crop orientation model toTextOrientationvalues.Methods in com.itextpdf.pdfocr.onnx.orientation that return IOutputLabelMapperModifier and TypeMethodDescriptionOnnxOrientationPredictorProperties.getOutputMapper()Returns the ONNX model output mapper.Constructors in com.itextpdf.pdfocr.onnx.orientation with parameters of type IOutputLabelMapperModifierConstructorDescriptionOnnxOrientationPredictorProperties(String modelPath, OnnxInputProperties inputProperties, IOutputLabelMapper<TextOrientation> outputMapper) Creates new crop orientation predictor properties.OnnxOrientationPredictorProperties(String modelPath, OnnxInputProperties inputProperties, IOutputLabelMapper<TextOrientation> outputMapper, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates new crop orientation predictor properties. -
Uses of IOutputLabelMapper in com.itextpdf.pdfocr.onnx.recognition
Classes in com.itextpdf.pdfocr.onnx.recognition that implement IOutputLabelMapperModifier and TypeClassDescriptionfinal classLabel mapper for EasyOCR text recognition models.classLook-up table for mapping text recognition model results to strings.Constructors in com.itextpdf.pdfocr.onnx.recognition with parameters of type IOutputLabelMapperModifierConstructorDescriptionCtcLabelPostProcessor(IOutputLabelMapper<String> labelMapper) Creates a new post-processor.