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 035330e commit 42f4a23Copy full SHA for 42f4a23
flask_server/cli.py
@@ -2,7 +2,6 @@
2
import requests
3
import pytesseract
4
from PIL import Image
5
-from nltk.corpus import words
6
from StringIO import StringIO
7
8
flask_server/ocr.py
@@ -2,12 +2,8 @@
from PIL import ImageFilter
-_ALL_WORDS = words.words()
9
-
10
11
def process_image(url):
12
image = _get_image(url)
13
image.filter(ImageFilter.SHARPEN)
0 commit comments