| layout | title | description | keywords | needAutoGenerateSidebar |
|---|---|---|---|---|
default-layout |
CodeParserModule Class - Dynamsoft Code Parser Module Python Edition API Reference |
Definition of the CodeParserModule class in Dynamsoft Code Parser Module Python Edition. |
CodeParserModule, api reference, python |
true |
The CodeParserModule class defines general functions in the code parser module.
Module: dcp
class CodeParserModule| Method | Description |
|---|---|
get_version |
Returns the version of the code parser module. |
Returns the version of the code parser module.
@staticmethod
def get_version() -> str:Return Value
Returns a string representing the version of the code parser module.