|
9 | 9 | *Dynamsoft Barcode Reader's Python Edition comes with all the general features of Dynamsoft Barcode Reader, bringing convenience for customers who develop in Python. In addition, you could refer to the Python samples available in our [Github](https://github.com/dynamsoft-dbr/python-barcode) when building your own application. If you have any inquiries about our product, please contact us at support@dynamsoft.com.* |
10 | 10 |
|
11 | 11 | ## Table Of Contents |
12 | | -- [Version](#Version) |
13 | | -- [Supported Platforms](#Supported-Platforms) |
14 | | -- [Installation](#Installation) |
15 | | -- [Supported Symbologies](#Supported-Symbologies) |
16 | | -- [Release Notes](#Release-Notes) |
17 | | -- [Interfaces](#Interfaces) |
18 | | - - [Enum Interfaces](#Enum-Interfaces) |
19 | | - - [Struct Interfaces](#Struct-Interfaces) |
20 | | - - [Exception Class Interface](#Exception-Class-Interface) |
21 | | - - [Main Class Interface](#Main-Class-Interface) |
22 | | -- [Appendix](#Appendix) |
23 | | - - [Code Snippet](#Code-Snippet) |
24 | | - - [Mode Argument List](#Mode-Argument-List) |
25 | | -- [Contact Us](#Contact-Us) |
26 | | - |
| 12 | +- [Version](#version) |
| 13 | +- [Supported Python Version](#supported-python-version) |
| 14 | +- [Supported Platforms](#supported-platforms) |
| 15 | +- [Installation](#installation) |
| 16 | +- [Supported Symbologies](#supported-symbologies) |
| 17 | +- [Release Notes](#release-notes) |
| 18 | +- [Interfaces](#interfaces) |
| 19 | + - [Enum Interfaces](#enum-interfaces) |
| 20 | + - [Struct Interfaces](#struct-interfaces) |
| 21 | + - [Exception Class Interface](#exception-class-interface) |
| 22 | + - [Main Class Interface](#main-class-interface) |
| 23 | +- [Appendix](#appendix) |
| 24 | + - [Code Snippet](#code-snippet) |
| 25 | + - [Mode Argument List](#mode-argument-list) |
| 26 | +- [Contact Us](#contact-us) |
27 | 27 |
|
28 | 28 | ### Version |
29 | 29 | - **7.5** |
30 | 30 |
|
| 31 | +## Supported Python Version |
| 32 | +3.6, 3.7, and 3.8 |
| 33 | + |
31 | 34 | ### Supported Platforms |
32 | 35 | - **Windows x64** |
33 | 36 |
|
|
0 commit comments