Hacker News new | ask | show | jobs
by kayhi 1783 days ago
Newbie here, where's the intersection between object detection and OCR?

For example, if I have images in different pdf files that I want to compare or trying to identify information on the wine label, what are criteria to consider on which method to use?

1 comments

Object detection will find the bounding box around the text then you will need another seq2seq model to convert image to text.