tshrinivasan / OCR4wikisource

OCR for WikiSource using Google Drive OCR
GNU General Public License v2.0
33 stars 24 forks source link

Add time delay for running do_ocr.py #80

Closed ravidreams closed 8 years ago

ravidreams commented 8 years ago

This change adds a time delay for running do_ocr.py . This will help to run tens of terminals over night and let them start at different intervals so as not to overload the Google Drive API. When there are unequal files at the end of one run, the time delay value needs to be altered. It will be better if do_ocr.py could be changed so that it ignores this delay value during its second run.

ravidreams commented 8 years ago

Closing this pull request now. Will create again after more testing in my fork.