Open hamima-kensho opened 3 years ago
There are some small syntax corrections necessary for the ocropus4 bash file. Lines 33 and 47 terminate cases with a ;& instead of a ;; for the data extraction and inference steps, respectively. You can replicate the syntax error with
ocropus4
;&
;;
# in ocropus4/g1000test . vocropus --help
There are some small syntax corrections necessary for the
ocropus4
bash file. Lines 33 and 47 terminate cases with a;&
instead of a;;
for the data extraction and inference steps, respectively. You can replicate the syntax error with