s3nh / text-detector

Tool which allow you to detect and translate text.
178 stars 40 forks source link

Detecting boxes only #6

Closed ghost closed 4 years ago

ghost commented 4 years ago

How to only detect boxes without text recognition?

s3nh commented 4 years ago

CraftReader() is responsible for boxes detection only. There is multi functionality at the moment and app.py does not provide boxes detect. I can provide flask app.py with only boxes detection.

ghost commented 4 years ago

@s3nh The script that only output the boxes x1, y1, x2, y2, x3, y3, x4, y4