Skip to content

Instantly share code, notes, and snippets.

@Lucs1590
Last active January 25, 2024 21:58
Show Gist options
  • Save Lucs1590/d6d46a4ec7eaeef06378923c882a7d8c to your computer and use it in GitHub Desktop.
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.
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