Class PreProcess

java.lang.Object
com.itextpdf.pdfocr.onnx.conf.paddle.model.PreProcess

public class PreProcess extends Object
POJO for the object under the PreProcess key in a config file.
  • Constructor Details

    • PreProcess

      public PreProcess (TransformOp[] transformOps)
      Creates a new POJO for the config file object.
      Parameters:
      transformOps - value under the transform_ops key
  • Method Details

    • getTransformOps

      public TransformOp[] getTransformOps()
      Returns the values under the transform_ops key.
      Returns:
      the values under the transform_ops key
    • equals

      public boolean equals (Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object