LSTM-CTC-recaptcha
LSTM-CTC-recaptcha copied to clipboard
how to get fonts?
hi @Stardust- in your code
font_dir = 'fonts/english'
font_paths = []
for dirpath, dirnames, filenames in os.walk(font_dir):
for filename in filenames:
filepath = dirpath + os.sep + filename
font_paths.append({'eng':filepath})
how to get the fonts?
You can download the font type file in internet, then change the font_dir point to the download file.
for example: font type