Home > Blockchain >  How to detect figures in a paper news image in Python?
How to detect figures in a paper news image in Python?

Time:11-18

So i have this project in Python (Computer Vision), which is seperating text from figures of an image (like a paper news image).

My question is what's the best way to detect those figures in the paper ? (in Python).

Paper image example : newspaper layouts detection

From the result image you can see text layouts regions in orange box and image layouts region (figure) in white box. It's amazing deep learning toolkit for image recognition.

  • Related