Last active
January 25, 2024 21:58
-
-
Save Lucs1590/d6d46a4ec7eaeef06378923c882a7d8c to your computer and use it in GitHub Desktop.
This is a snippet of code that use Nkocr to read nutrition facts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from nkocr import OcrTable | |
text = OcrTable("paste_image_url_here") | |
print(text) # or print(text.text) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment