File size: 97 Bytes
3bfcaf2 |
1 2 3 4 |
#!/bin/bash
apt-get update && apt-get install -y tesseract-ocr libtesseract-dev
python app.py
|
3bfcaf2 |
1 2 3 4 |
#!/bin/bash
apt-get update && apt-get install -y tesseract-ocr libtesseract-dev
python app.py
|