views:

95

answers:

0

I would like to improve my OCR accuracy (I'm using the Tesseract OCR engine) by using a median filter on an image before performing OCR on it. How would I apply a median filter to a UIImage instance?

Thanks!