Class PreProcess
java.lang.Object
com.itextpdf.pdfocr.onnx.conf.paddle.model.PreProcess
POJO for the object under the
PreProcess key in a config file.
-
Constructor Summary
ConstructorsConstructorDescriptionPreProcess(TransformOp[] transformOps) Creates a new POJO for the config file object. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the values under thetransform_opskey.inthashCode()
-
Constructor Details
-
PreProcess
Creates a new POJO for the config file object.- Parameters:
-
transformOps- value under thetransform_opskey
-
-
Method Details