apirrone / Memento

Memento is a Python app that records everything you do on your computer and lets you go back in time, search, and chat with a LLM (Large Language Model) to find back information about what you did.
MIT License
484 stars 39 forks source link

[Backend] Switch from pytesseract to a better wrapper for better performance #24

Closed apirrone closed 10 months ago

apirrone commented 11 months ago

like this https://github.com/sirfz/tesserocr

apirrone commented 11 months ago

Ongoing in branch tesseract_5

apirrone commented 10 months ago

Done