Annotating images with text for deep learning + NLP

I am looking for a way to label document images and at the same time annotate the text that is inside the bounding boxes. Do you know anything to do this task? (I have the coordinates of the image text obtained by Google-vision-API response)

thanks!

Upvotes: 0

Views: 170

Answers (1)

Kiran Scaria
Kiran Scaria

Reputation: 41

You can use annotation tools like: PPOCRLabel. This is a semi-automatic tool means it will auto-generate the text and you can edit them later.

Upvotes: 1

Related Questions