We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208430c commit 5eaddabCopy full SHA for 5eaddab
ocr_utils.py
@@ -79,6 +79,7 @@ def read_file(pathName, input_filters_dict, random_state=None):
79
if os.path.exists(pathName)==False:
80
print('fonts.zip does not exist! Downloading it from the web', flush=True)
81
downloadFile('http://lyman.house/download/fonts.zip')
82
+ #downloadFile('http://lyman.house/download/fonts_chinese.zip')
83
84
try :
85
rd_font = input_filters_dict['font']
0 commit comments