Updated gui.py to pull text from images

This commit is contained in:
2024-03-14 23:04:36 -04:00
parent 0a830b2dd7
commit 42ce7aa21e
6 changed files with 266 additions and 143 deletions

View File

@ -15,3 +15,11 @@ head against seemingly random Walmart abbreviations for items!) using
a scraper
Finally, it stores your shopping trip in a database.
* Dependencies
+ Python
+ PyQt6
+ pytesseract
+ OpenCV (On Python)
+ PIL
+ Selenium (undetected)