Class CtcLabelDecode
java.lang.Object
com.itextpdf.pdfocr.onnx.conf.paddle.model.CtcLabelDecode
- All Implemented Interfaces:
-
PostProcess
POJO for the CTCLabelDecode post-processor object under a
PostProcess key in a config file.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCtcLabelDecode(String[] characterDict) Creates a new POJO for the config file object. -
Method Summary
-
Field Details
-
NAME
Expected name for the CTCLabelDecode post-processor.- See Also:
-
-
Constructor Details
-
CtcLabelDecode
Creates a new POJO for the config file object.- Parameters:
-
characterDict- values under thecharacter_dictkey
-
-
Method Details
-
getName
Returns the value under thenamekey.- Specified by:
-
getNamein interfacePostProcess - Returns:
-
the value under the
namekey
-
getCharacterDict
Returns the value under thecharacter_dictkey.- Returns:
-
the value under the
character_dictkey
-
equals
-
hashCode
public int hashCode()
-