arunponnusamy / cvlib

A simple, high level, easy to use, open source Computer Vision library for Python.
http://arunponnusamy.com/cvlib/
MIT License
647 stars 127 forks source link

How to add text as object to be detected #44

Open rvencu opened 3 years ago

rvencu commented 3 years ago

I have a pile of images and I want to find and exclude all images that contain any bit of text. I already used this library to exclude images containing people so I wonder how to adjust the library to add the text object as well.

I am not interested in any OCR and such, just the presence of a new bounding box with text description on it.