We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c561100 commit c39962fCopy full SHA for c39962f
.gitignore
@@ -1,7 +1,5 @@
1
*.o
2
*.obj
3
-*.jpg
4
-*.png
5
*.dll
6
*.exp
7
*.pdb
README.md
@@ -35,12 +35,20 @@ C:\Program Files\Tencent\Weixin\4.0.0.26
35
36
## Warning
37
38
-Wechat 4.0 OCR binary is `wxocr.dll`, but this project built a dll named `wcocr.dll`
+WeChat 4.0 OCR binary is `wxocr.dll`, but this project built a DLL named `wcocr.dll`
39
40
**Their names are similar, DO NOT confuse them.**
41
42
43
44
+# Linux is now supported
45
+
46
+
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
52
## C++ interface
53
54
You can use the following code to test it:
doc/images/linux-spt.jpg
466 KB
java/test.png
398 KB
0 commit comments