I'm working on a project that involves extracting handwritten text from a document with printed text as well. In the image below I'd like to isolate the bold black markings and identify their position relative to the rest of the image.
My project is in Python and I'm using OpenCV, but I'm open to introducing different OCR technologies into the project. Are there any tutorials or libraries/frameworks that I can achieve this with?