I am working on various OCR tasks, pre-processing with Python and analyzing with Tesseract.
The latest problem is how to crop an image with images within e.g. a scanned image of 6 business cards or a photo of a board with two distinct sections. I would like to turn said business cards on one image (.jpg, .png) into 6 images.
Ideally, I would like to do this in Python (R as well), but I'm open to any and all suggestions. Thanks.