You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you have a OCR tool like `tesseract` and certain data value for comparing OCR, eg `tesseract-data-eng` along with `Pillow` and `Wand` for image conversion and loading.
@@ -22,6 +22,7 @@ $ python main.py <dirname>
22
22
-[x] Fix for subprocess to accept spaced directories
23
23
-[x] Add choice to fetch full OCR text into `/OCR-text/` directory
24
24
-[ ] Apply NLTK with window to edit the fetched text to modify and fix typos in meme
25
+
-[ ] Apply Classification to organize the memes baised on the image category template for prediction model
25
26
-[ ] Add GUI with tkinter to attach text to a meme image
0 commit comments