You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a school project that involves extracting product nutrition information from images of Nutrition Facts Panels (NFPs) using Optical Character Recognition (OCR) and Natural Language Processing (NLP) techniques. I've encountered some challenges in parsing the extracted text data and would greatly appreciate any guidance.
hey @gautam-ergo this seems like a really cool project you are working on ! I would love to know how much progress you have made and can learn from you ! ( PS : I am a newbie trying to contribute in open source projects )
I'm working on a school project that involves extracting product nutrition information from images of Nutrition Facts Panels (NFPs) using Optical Character Recognition (OCR) and Natural Language Processing (NLP) techniques. I've encountered some challenges in parsing the extracted text data and would greatly appreciate any guidance.
I've just stepped in to OCR parsing world and been using the Hugging Face Transformers library to perform OCR on NFP images, and came across https://huggingface.co/openfoodfacts/nutrition-extractor which lead me to this repo 🚀 . Went through the api docs as well which pointed to https://openfoodfacts.github.io/robotoff/references/api/#tag/Predict/paths/~1predict~1nutrition/get but was not entirely sure how all this ties together.
a sample nfp image:
![Image](https://private-user-images.githubusercontent.com/43657587/407136436-be5fdb32-bc6f-4f28-b3fe-77d6ebc9c21d.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzYyMzQsIm5iZiI6MTczODk3NTkzNCwicGF0aCI6Ii80MzY1NzU4Ny80MDcxMzY0MzYtYmU1ZmRiMzItYmM2Zi00ZjI4LWIzZmUtNzdkNmViYzljMjFkLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDAwNTIxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU3MDZhMDExYjJjMjI3M2VhZmU2MjQwYWMxMGFjMjc3YWUyMTcwMTJhYTVmMDUyMWNhMDFmODFjOWZhZTE4MmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.xCtygGY11bSYKi5JIMdUlzrmdp-6P7XW4EYK_L8ZG40)
I'd love to hear from this community. Thanks.
The text was updated successfully, but these errors were encountered: