Uses of Class
com.itextpdf.pdfocr.onnx.exceptions.PaddleOcrInitException
Packages that use PaddleOcrInitException
-
Uses of PaddleOcrInitException in com.itextpdf.pdfocr.onnx.exceptions
Methods in com.itextpdf.pdfocr.onnx.exceptions that return PaddleOcrInitExceptionModifier and TypeMethodDescriptionstatic PaddleOcrInitExceptionPaddleOcrInitException.boxTypeIsNotSupported()Creates an exception for cases, when the detection model does not return quads.static PaddleOcrInitExceptionPaddleOcrInitException.channelFirstIsNotSupported()Creates an exception to assertchannel_firstis set tofalse.static PaddleOcrInitExceptionPaddleOcrInitException.imageShapeIsNotSupported()Creates an exception for cases, when the detection model uses an unsupported method for resizing input images.static PaddleOcrInitExceptionPaddleOcrInitException.preProcessorOperationMissing(String name) Creates an exception for cases, when an expected pre-processing operation is missing in the configuration file.static PaddleOcrInitExceptionPaddleOcrInitException.scoreModeIsNotSupported()Creates an exception for cases, when the detection model uses an unsupported score calculation method.static PaddleOcrInitExceptionPaddleOcrInitException.unexpectedMeanChannelCount(int expectedCount) Creates an exception for cases, when the size of the array of means for normalization has an unexpected size.static PaddleOcrInitExceptionPaddleOcrInitException.unexpectedPostProcessorType(String name) Creates an exception for cases, when an unexpected post-processor is specified in the configuration file.static PaddleOcrInitExceptionPaddleOcrInitException.unexpectedStdChannelCount(int expectedCount) Creates an exception for cases, when the size of the array of standard deviations for normalization has an unexpected size.static PaddleOcrInitExceptionPaddleOcrInitException.useDilationIsNotSupported()Creates an exception for cases, when the detection model uses an unsupported pre-processing step for input images.