File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Dependencies:
23
23
=============
24
24
- PIL is required to work with images in memory.
25
25
> https://pypi.python.org/pypi/Pillow/
26
- - This version of PyTesser has been tested with Python 3.4 in Windows 10 and Ubuntu 14.04 LTS.
26
+ - This version of PyTesser has been tested with Python 3.4 in Windows 10 and Python 2.7 in Ubuntu 14.04 LTS.
27
27
- For Linux:
28
28
+ Add executable permission to all .exe file `chmod +x dlltest.exe tesseract.exe`
29
29
+ Install wine `sudo apt-get install wine`
Original file line number Diff line number Diff line change
1
+ # -*- coding: ascii -*-
1
2
from PIL import Image
2
3
import subprocess
3
4
import os
Original file line number Diff line number Diff line change
1
+ # -*- coding: ascii -*-
2
+
1
3
"""Utility functions for processing images for delivery to Tesseract"""
2
4
3
5
import os
You can’t perform that action at this time.
0 commit comments