Uses of Interface
com.itextpdf.pdfocr.onnx.conf.paddle.model.TransformOp
Packages that use TransformOp
-
Uses of TransformOp in com.itextpdf.pdfocr.onnx.conf.paddle.model
Classes in com.itextpdf.pdfocr.onnx.conf.paddle.model that implement TransformOpModifier and TypeClassDescriptionclassPOJO for the DecodeImage transform operation within aPreProcessobject in a config file.classPOJO for the DetResizeForTest transform operation within aPreProcessobject in a config file.classPOJO for the NormalizeImage transform operation within aPreProcessobject in a config file.classPOJO for the RecResizeImg transform operation within aPreProcessobject in a config file.Methods in com.itextpdf.pdfocr.onnx.conf.paddle.model that return TransformOpModifier and TypeMethodDescriptionPreProcess.getTransformOps()Returns the values under thetransform_opskey.Constructors in com.itextpdf.pdfocr.onnx.conf.paddle.model with parameters of type TransformOpModifierConstructorDescriptionPreProcess(TransformOp[] transformOps) Creates a new POJO for the config file object.