Surya-ocr / post-install.sh
AmrElsayeh's picture
Make post-install.sh executable2
f453c61
raw
history blame
95 Bytes
#!/bin/bash
sudo apt update
sudo apt install tesseract-ocr
sudo apt install libtesseract-dev