|
|
@ -36,6 +36,9 @@ myscript: tesseract
|
|
|
|
wordtagger: tesseract
|
|
|
|
wordtagger: tesseract
|
|
|
|
cat output/plain.txt | python3 src/wordtagger.py > output/tagged-words.txt
|
|
|
|
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
|
|
|
|
visualization: $(images) $(tmpfile) #requires mplayer
|
|
|
|
@echo $(tmpfile)
|
|
|
|
@echo $(tmpfile)
|
|
|
|
for i in $(images); do \
|
|
|
|
for i in $(images); do \
|
|
|
|