Skip to content

Commit

Permalink
Merge pull request #9 from ChillarAnand/master
Browse files Browse the repository at this point in the history
Increase conversion timeout limit from 10sec to 30 secs.
  • Loading branch information
rakeshvar committed Jan 25, 2016
2 parents 7b30df0 + 2de10d9 commit 46cf5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recognize.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def ocr_dir(img_dir):
'-depth', '1',
'-resample', '400',
inptiff]
succ, _, _ = run_command(command, timeout=10)
succ, _, _ = run_command(command, timeout=30)
else:
inptiff = inpt

Expand Down

0 comments on commit 46cf5e4

Please sign in to comment.