Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 864 Bytes

File metadata and controls

41 lines (26 loc) · 864 Bytes
layout default-layout
title CodeParserModule Class - Dynamsoft Code Parser Module Python Edition API Reference
description Definition of the CodeParserModule class in Dynamsoft Code Parser Module Python Edition.
keywords CodeParserModule, api reference, python
needAutoGenerateSidebar true

CodeParserModule Class

The CodeParserModule class defines general functions in the code parser module.

Definition

Module: dcp

class CodeParserModule

Methods

Method Description
get_version Returns the version of the code parser module.

get_version

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.