Merge branch 'master' of suzan/si19_cutting into master

master
joak 1 year ago committed by Gitea
commit 47b2e80299

@ -1,5 +1,7 @@
import os
print("starting the cutting process")
print("starting the pruning process")
scanning = "sudo scanimage --resolution 300 --mode color -o image.png"
os.system(scanning)
os.system("tesseract image.png text.txt -l eng")
fantasyname = open("text.txt.txt" , "r")
fantasyname = fantasyname.readlines()

Loading…
Cancel
Save