Update README.md

1.3
liuruoze 10 years ago
parent 8ac7bd542a
commit e5887b1687

@ -14,7 +14,27 @@ Features
* 它的识别率还可以,考虑到它还有很多待改进和优化的空间,这已经很不错了。
Installation
-----------
EasyPR不需要安装开发者直接在其上做改动。如果想使用DLL形式引用或者使用C#与Java调用则可以在EasyPR_DLL(https://github.com/liuruoze/EasyPR_Dll)中找到。
EasyPR不需要安装开发者直接在其上做改动。如果想使用DLL形式引用或者使用C#与Java调用则可以在[EasyPR_DLL](https://github.com/liuruoze/EasyPR_Dll)中找到。
Usage
-----
使用Git克隆一份拷贝到你本机或者直接下载zip压缩吧。使用vs2010或以上版本的IDE打开sln文件后就可以看到本项目的所有目录。包含include文件夹下的所有头文件和cpp文件夹下的src文件。
以下表格是本工程中所有文件的解释与关系。
|Type | Elements
|------|----------
|Headings | `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `h7`, `h8`
|Prose | `p`, `div`, `blockquote`
|Formatted | `pre`
| Inline | `b`, `i`, `strong`, `em`, `tt`, `code`, `ins`, `del`, `sup`, `sub`, `kbd`, `samp`, `q`, `var`
| Lists | `ol`, `ul`, `li`, `dl`, `dt`, `dd`
| Tables | `table`, `thead`, `tbody`, `tfoot`, `tr`, `td`, `th`
| Breaks | `br`, `hr`
| Ruby (East Asian) | `ruby`, `rt`, `rp`

Loading…
Cancel
Save