Uses of Interface
com.itextpdf.pdfocr.onnx.IOrtSessionOptionsCreator
Packages that use IOrtSessionOptionsCreator
Package
Description
-
Uses of IOrtSessionOptionsCreator in com.itextpdf.pdfocr.onnx
Classes in com.itextpdf.pdfocr.onnx that implement IOrtSessionOptionsCreatorFields in com.itextpdf.pdfocr.onnx declared as IOrtSessionOptionsCreatorModifier and TypeFieldDescriptionprotected static final IOrtSessionOptionsCreatorAbstractOnnxPredictorProperties.DEFAULT_ORT_SESSION_CREATORDefault ONNX runtime session options creator.protected final IOrtSessionOptionsCreatorAbstractOnnxPredictorProperties.ortSessionOptionsCreatorONNX runtime session options creator.Methods in com.itextpdf.pdfocr.onnx that return IOrtSessionOptionsCreatorModifier and TypeMethodDescriptionAbstractOnnxPredictorProperties.getOrtSessionOptionsCreator()Returns the ONNX runtime session options creator.Constructors in com.itextpdf.pdfocr.onnx with parameters of type IOrtSessionOptionsCreatorModifierConstructorDescriptionAbstractOnnxPredictorProperties(String modelPath, OnnxInputProperties inputProperties, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates new predictor properties. -
Uses of IOrtSessionOptionsCreator in com.itextpdf.pdfocr.onnx.detection
Methods in com.itextpdf.pdfocr.onnx.detection with parameters of type IOrtSessionOptionsCreatorModifier and TypeMethodDescriptionstatic OnnxDetectionPredictorOnnxDetectionPredictor.dbNet(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection predictor using an existing pre-trained DBNet model, stored on disk.OnnxDetectionPredictorProperties.dbNet(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection properties object for existing pre-trained DBNet models, stored on disk.static OnnxDetectionPredictorOnnxDetectionPredictor.easyOcr(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection predictor using an existing pre-trained EasyOCR CRAFT model, stored on disk.OnnxDetectionPredictorProperties.easyOcr(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection properties object for an existing pre-trained EasyOCR CRAFT model, stored on disk.static OnnxDetectionPredictorOnnxDetectionPredictor.fast(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection predictor using an existing pre-trained FAST model, stored on disk.OnnxDetectionPredictorProperties.fast(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection properties object for existing pre-trained FAST models, stored on disk.static OnnxDetectionPredictorOnnxDetectionPredictor.linkNet(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection predictor using an existing pre-trained LinkNet model, stored on disk.OnnxDetectionPredictorProperties.linkNet(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection properties object for existing pre-trained LinkNet models, stored on disk.static OnnxDetectionPredictorOnnxDetectionPredictor.paddleOcr(String modelDirPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection predictor using an existing pre-trained PaddleOCR model, stored on disk.static OnnxDetectionPredictorOnnxDetectionPredictor.paddleOcr(String modelPath, String configPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection predictor using an existing pre-trained PaddleOCR model, stored on disk.OnnxDetectionPredictorProperties.paddleOcr(String modelDirPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection properties object for existing pre-trained PaddleOCR models, stored on disk.OnnxDetectionPredictorProperties.paddleOcr(String modelPath, String configPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text detection properties object for existing pre-trained PaddleOCR models, stored on disk.Constructors in com.itextpdf.pdfocr.onnx.detection with parameters of type IOrtSessionOptionsCreatorModifierConstructorDescriptionOnnxDetectionPredictorProperties(String modelPath, OnnxInputProperties inputProperties, IDetectionPostProcessor postProcessor, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates new text detection predictor properties. -
Uses of IOrtSessionOptionsCreator in com.itextpdf.pdfocr.onnx.orientation
Methods in com.itextpdf.pdfocr.onnx.orientation with parameters of type IOrtSessionOptionsCreatorModifier and TypeMethodDescriptionstatic OnnxOrientationPredictorOnnxOrientationPredictor.mobileNetV3(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new crop orientation predictor using an existing pre-trained MobileNetV3 model, stored on disk.OnnxOrientationPredictorProperties.mobileNetV3(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new crop orientation properties object for existing pre-trained MobileNetV3 models, stored on disk.Constructors in com.itextpdf.pdfocr.onnx.orientation with parameters of type IOrtSessionOptionsCreatorModifierConstructorDescriptionOnnxOrientationPredictorProperties(String modelPath, OnnxInputProperties inputProperties, IOutputLabelMapper<TextOrientation> outputMapper, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates new crop orientation predictor properties. -
Uses of IOrtSessionOptionsCreator in com.itextpdf.pdfocr.onnx.recognition
Methods in com.itextpdf.pdfocr.onnx.recognition with parameters of type IOrtSessionOptionsCreatorModifier and TypeMethodDescriptionstatic OnnxRecognitionPredictorOnnxRecognitionPredictor.crnnMobileNetV3(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition predictor using an existing pre-trained CRNN model with a MobileNet V3 backbone, stored on disk.OnnxRecognitionPredictorProperties.crnnMobileNetV3(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition properties object for existing pre-trained CRNN models with a MobileNet V3 backbone, stored on disk.static OnnxRecognitionPredictorOnnxRecognitionPredictor.crnnVgg16(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition predictor using an existing pre-trained CRNN model with a VGG-16 backbone, stored on disk.OnnxRecognitionPredictorProperties.crnnVgg16(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition properties object for existing pre-trained CRNN models with a VGG-16 backbone, stored on disk.static OnnxRecognitionPredictorOnnxRecognitionPredictor.easyOcr(String modelPath, EasyOcrMapper labelMapper, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition predictor using an existing pre-trained EasyOCR model, stored on disk.OnnxRecognitionPredictorProperties.easyOcr(String modelPath, EasyOcrMapper labelMapper, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition properties object for existing pre-trained EasyOCR models, stored on disk.static OnnxRecognitionPredictorOnnxRecognitionPredictor.master(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition predictor using an existing pre-trained MASTER model, stored on disk.OnnxRecognitionPredictorProperties.master(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition properties object for existing pre-trained MASTER models, stored on disk.static OnnxRecognitionPredictorOnnxRecognitionPredictor.paddleOcr(String modelDirPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition predictor using an existing pre-trained PaddleOCR model, stored on disk.static OnnxRecognitionPredictorOnnxRecognitionPredictor.paddleOcr(String modelPath, String configPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition predictor using an existing pre-trained PaddleOCR model, stored on disk.OnnxRecognitionPredictorProperties.paddleOcr(String modelDirPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition properties object for existing pre-trained PaddleOCR models, stored on disk.OnnxRecognitionPredictorProperties.paddleOcr(String modelPath, String configPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition properties object for existing pre-trained PaddleOCR models, stored on disk.static OnnxRecognitionPredictorOnnxRecognitionPredictor.parSeq(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition predictor using an existing pre-trained PARSeq model, stored on disk.static OnnxRecognitionPredictorOnnxRecognitionPredictor.parSeq(String modelPath, Vocabulary vocabulary, int additionalTokens, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition predictor using an existing pre-trained PARSeq model, stored on disk.OnnxRecognitionPredictorProperties.parSeq(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition properties object for existing pre-trained PARSeq models, stored on disk.OnnxRecognitionPredictorProperties.parSeq(String modelPath, Vocabulary vocabulary, int additionalTokens, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition properties object for existing pre-trained PARSeq models, stored on disk.static OnnxRecognitionPredictorOnnxRecognitionPredictor.sar(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition predictor using an existing pre-trained SAR model, stored on disk.OnnxRecognitionPredictorProperties.sar(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition properties object for existing pre-trained SAR models, stored on disk.static OnnxRecognitionPredictorOnnxRecognitionPredictor.viTstr(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition predictor using an existing pre-trained ViTSTR model, stored on disk.OnnxRecognitionPredictorProperties.viTstr(String modelPath, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates a new text recognition properties object for existing pre-trained ViTSTR models, stored on disk.Constructors in com.itextpdf.pdfocr.onnx.recognition with parameters of type IOrtSessionOptionsCreatorModifierConstructorDescriptionOnnxRecognitionPredictorProperties(String modelPath, OnnxInputProperties inputProperties, IRecognitionPostProcessor postProcessor, boolean splitImages, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates new text recognition predictor properties.OnnxRecognitionPredictorProperties(String modelPath, OnnxInputProperties inputProperties, IRecognitionPostProcessor postProcessor, IOrtSessionOptionsCreator ortSessionOptionsCreator) Creates new text recognition predictor properties.