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