logoalt Hacker News

JLCarveth01/22/20253 repliesview on HN

I used a small (3b, I think) model plus tesseract.js to perform OCR on an image of a nutritional facts table and output structured JSON.


Replies

deivid01/22/2025

What was the model? What kind of performance did you get out of it?

Could you share a link to your project, if it is public?

show 1 reply
ian_zcy01/22/2025

what are you feed into the model? Image (like product packaging) or Image of Structured Table? I found out that model performs good in general with sturctured table, but fails a lot over images.

tigrank01/22/2025

All that server side or client?