Skip to content

Commit c39962f

Browse files
author
lixungeng
committed
update (a little) doc for linux
1 parent c561100 commit c39962f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
*.o
22
*.obj
3-
*.jpg
4-
*.png
53
*.dll
64
*.exp
75
*.pdb

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,20 @@ C:\Program Files\Tencent\Weixin\4.0.0.26
3535

3636
## Warning
3737

38-
Wechat 4.0 OCR binary is `wxocr.dll`, but this project built a dll named `wcocr.dll`
38+
WeChat 4.0 OCR binary is `wxocr.dll`, but this project built a DLL named `wcocr.dll`
3939

4040
**Their names are similar, DO NOT confuse them.**
4141

4242

4343

44+
# Linux is now supported
45+
46+
![linux supported](doc/images/linux-spt.jpg)
47+
48+
Typically, You should use `/opt/wechat/wxocr` as the OCR exe path and `/opt/wechat/` as the WeChat folder path.
49+
50+
The other usages are similar to those on Windows.
51+
4452
## C++ interface
4553

4654
You can use the following code to test it:

doc/images/linux-spt.jpg

466 KB
Loading

java/test.png

398 KB
Loading

0 commit comments

Comments
 (0)