Files
font-recognition/settings.py

7 lines
273 B
Python

#!/usr/bin/python
# -*- coding: utf-8 -*-
FONTS_TO_PROCESS = ['Arial', 'Cousine', 'Comfortaa']
FONTS_SIZES = [12, 13, 14, 16, 20, 24, 36, 48]
SYMBOLS_TO_PROCESS = 'QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm1234567890.,():'
NUMBER_OF_TEST_EXAMPLES_PER_FONT = 30