I have millions of images and I have to take the text out of them. I have searched about OCR(Optical Character Recognition) APIs and found tesseract to be one of the best. I am supposed to do it using scala and Spark. Can anyone please provide an example on how to use tesseract API using Scala.
