Uses of Enum
com.itextpdf.pdfocr.onnx.conf.paddle.model.ImgMode
Packages that use ImgMode
-
Uses of ImgMode in com.itextpdf.pdfocr.onnx.conf.paddle.model
Methods in com.itextpdf.pdfocr.onnx.conf.paddle.model that return ImgModeModifier and TypeMethodDescriptionDecodeImage.getImgMode()Returns the value under theimg_modekey.static ImgModeReturns the enum constant of this type with the specified name.static ImgMode[]ImgMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.itextpdf.pdfocr.onnx.conf.paddle.model with parameters of type ImgModeModifierConstructorDescriptionDecodeImage(boolean channelFirst, ImgMode imgMode) Creates a new POJO for the config file object.