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 719e408 commit cbfcd7bCopy full SHA for cbfcd7b
README.md
@@ -153,9 +153,6 @@ from PIL import Image
153
from PIL import ImageFilter
154
from StringIO import StringIO
155
156
-_ALL_WORDS = words.words() # we'll use it later don't worry
157
-
158
159
def process_image(url):
160
image = _get_image(url)
161
image.filter(ImageFilter.SHARPEN)
@@ -181,10 +178,6 @@ import pytesseract
181
178
from PIL import Image
182
179
183
180
184
185
-_ALL_WORDS = words.words() # we use this later
186
187
188
def get_image(url):
189
return Image.open(StringIO(requests.get(url).content))
190
0 commit comments