pathway-labs / dropbox-ai-chat

AI-powered Dropbox search tool for private documents
https://github.com/pathwaycom/llm-app
MIT License
163 stars 32 forks source link

Next to requirements.txt one also needs to install tesseract #2

Open stefan52a opened 8 months ago

stefan52a commented 8 months ago

For Ubuntu that would mean:

sudo apt install libtesseract-dev libleptonica-dev liblept5 sudo apt-get install tesseract-ocr-all pip install tesseract

stefan52a commented 8 months ago

I think https://pillow.readthedocs.io/en/latest/installation.html is also needed