Skip to content

Commit 5eaddab

Browse files
committed
Add fonts_chinese.zip as potential download.
1 parent 208430c commit 5eaddab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ocr_utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def read_file(pathName, input_filters_dict, random_state=None):
7979
if os.path.exists(pathName)==False:
8080
print('fonts.zip does not exist! Downloading it from the web', flush=True)
8181
downloadFile('http://lyman.house/download/fonts.zip')
82+
#downloadFile('http://lyman.house/download/fonts_chinese.zip')
8283

8384
try :
8485
rd_font = input_filters_dict['font']

0 commit comments

Comments
 (0)