Normalization is the process of converting a random sized image into a standard size. To bring all characters into a common size platform in order to extract features on the same footing, a minimum bounding box is fitted to the character and the element is cropped and then resized to fit into 32x64 window. In, the cropped element is normalized to a size of 36x36 pixels without disturbing the aspect ratio using bilinear standard transformation. There is another method for resampling which is based on equiarc length.