I'm working on OCR. I want to improve accuracy of tesseract open source OCR engine. It works ok if image has uniform light but it fails when image is non-unifomly lighted. Is there any way to convert non uniform lighted image into unifom illuminated Image? I have attechted one photo here. When we threshold it with global thresholding, it make it worse, however adaptive thresholding works but I need to change parameters in adaptive thresholding function for different images. 

Similar questions and discussions