I want to do the same for Chinese.<p>I have a collection of 1500 fonts, and finally exported all the PNGs for 75,000 characters. Now I need to pad, crop, and scale to make 28x28 (or 32x32, or 64x64, or another resolution).<p>Then I want to do the Machine Learning (Classify) step.<p>The article doesn't go into any detail about how to install Classify, how to import the training and testing data, and how to then actually run it. I watched the videos from CS231n because of my boss, but again, I'm still not really sure what to do practically.<p>If I have lots of folders of images, what should I do to build an OCR program?