update overview
5ca1c6991afd941dd93a4052
7 years ago
| 0 | 0 | |
| 1 | ## Introduction | |
| 2 | 1 | |
| 3 | Provide a short overview of your algorithm that explains the value and primary use cases. | |
| 4 | 2 | |
| 5 | ## Usage | |
| 3 | 该版本为测试版本,目前只能识别常见的简写中文汉字等字符。 | |
| 6 | 4 | |
| 7 | ``` | |
| 8 | def function_name(conf={}) | |
| 9 | ``` | |
| 10 | ||
| 11 | ## Example | |
| 12 | ||
| 13 | Provide and explain examples of input and output for your algorithm. | |
| 14 | ||
| 15 | `Code` | |
| 16 | ||
| 17 | ``` | |
| 18 | please input your example code | |
| 19 | ``` |