Uses of Interface
com.itextpdf.pdfocr.onnxtr.IOutputLabelMapper
Packages that use IOutputLabelMapper
-
Uses of IOutputLabelMapper in com.itextpdf.pdfocr.onnxtr.orientation
Classes in com.itextpdf.pdfocr.onnxtr.orientation that implement IOutputLabelMapperModifier and TypeClassDescriptionclassDefault implementation for mapping output of a crop orientation model toTextOrientationvalues.Methods in com.itextpdf.pdfocr.onnxtr.orientation that return IOutputLabelMapperModifier and TypeMethodDescriptionOnnxOrientationPredictorProperties.getOutputMapper()Returns the ONNX model output mapper.Constructors in com.itextpdf.pdfocr.onnxtr.orientation with parameters of type IOutputLabelMapperModifierConstructorDescriptionOnnxOrientationPredictorProperties(String modelPath, OnnxInputProperties inputProperties, IOutputLabelMapper<TextOrientation> outputMapper) Creates new crop orientation predictor properties.