I am working on a django project that parses images containing text and (1) if the image needs to be rotated, and (2) where the text areas are.
I am currently using PIL to more easily process these images, but I'm not quite sure how I can use PIL or other libraries to accomplish both tasks. I was wondering if someone had done this before, and if there are libraries / api that can help with development.
source share