CRNN OCR, issue with dynamic width of images. How to tackle and resolve this ?. Need to train on images with different width
I am creating a ocr for urdu. I bucket my data into n number of buckets based on their widths. means all images whose widths are less than 400px are all reshaped to have width of 400px and are stored into a bucket.