diff --git a/Makefile b/Makefile index 76d79d2..fc21dcd 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,9 @@ myscript: tesseract wordtagger: tesseract cat output/plain.txt | python3 src/wordtagger.py > output/tagged-words.txt +n+7: tesseract + cat output/plain.txt | python3 src/n_7.py > output/blah.txt + visualization: $(images) $(tmpfile) #requires mplayer @echo $(tmpfile) for i in $(images); do \