|
I'm trying to do OCR for multiple languages using convolutional neural networks. I've seen and heard of convolutional neural networks being used on the MNIST dataset and also objects. I (sort of) understand that CNN's can be used with large images and images of variable size to recognize objects from features. I'm not sure how I would handle multi-lined continuous text using a CNN. MNIST is normalized with only one character and the test data is also. Here are a few issues that I have on my mind:
|