I want to Pre Process this image in Apple Ios, which kind of filters we can apply for this kind of images. I want to remove double quotes characters before and after numbers numbers as well as last character as i marked in boxes.
I have tried whitelisting
tessrect.charwhitelist="0123456789";
and
tessrect.blacklist="\":";
I have used GPUImage lib for preprocessing.