added my recipe in makefile

master
Alice 6 years ago
parent 6716f389f2
commit 704aabafbf

@ -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 \

Loading…
Cancel
Save