Uses of Enum
com.itextpdf.pdfocr.onnx.ImageChannelConfiguration
Packages that use ImageChannelConfiguration
-
Uses of ImageChannelConfiguration in com.itextpdf.pdfocr.onnx
Methods in com.itextpdf.pdfocr.onnx that return ImageChannelConfigurationModifier and TypeMethodDescriptionImageResizeOptions.getChannelConfiguration()Returns the image channel configuration, that will be used when passing the image to the ML model.static ImageChannelConfigurationReturns the enum constant of this type with the specified name.static ImageChannelConfiguration[]ImageChannelConfiguration.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.itextpdf.pdfocr.onnx with parameters of type ImageChannelConfigurationModifierConstructorDescriptionImageResizeOptions(ImageChannelConfiguration channelConfiguration, int targetWidth, int targetHeight) Creates image resize options.ImageResizeOptions(ImageChannelConfiguration channelConfiguration, int minWidth, int minHeight, int maxWidth, int maxHeight) Creates image resize options.ImageResizeOptions(ImageChannelConfiguration channelConfiguration, int minWidth, int minHeight, int maxWidth, int maxHeight, int widthMultiple, int heightMultiple, PaddingStrategy paddingStrategy) Creates image resize options.ImageResizeOptions(ImageChannelConfiguration channelConfiguration, int minWidth, int minHeight, int maxWidth, int maxHeight, PaddingStrategy paddingStrategy) Creates image resize options.ImageResizeOptions(ImageChannelConfiguration channelConfiguration, int targetWidth, int targetHeight, PaddingStrategy paddingStrategy) Creates image resize options.