How to extract data from photos?
Show older comments
I have 200 photos which has information about company and serial number of the product. And each serial number gives detail of product if search online. Is there any way I can do this in matlab. As it is taking lot of time.

1 Comment
Julie
on 4 Jul 2019
Yes, it is possible, you will want to look at
and something like
You will have to use the techniques in the first link to isolate, clean up and possibly rotate the bar codes. Then, use the stuff in the second link (or another similar code) to read them. Then use the methods in the 3rd link to retrieve the data from the website. Getting the company name may be more difficult as that is text recognition and difficult to implement.
Answers (0)
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!