Spaces:
Running
Running
Commit
·
e269a06
1
Parent(s):
ddd9e54
tesseract
Browse files- packages.txt +1 -0
- solver.py +0 -2
packages.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
tesseract-ocr
|
solver.py
CHANGED
@@ -5,8 +5,6 @@ import numpy as np
|
|
5 |
import os
|
6 |
import src.solve as solve
|
7 |
from typing import Tuple
|
8 |
-
os.system('sudo apt-get install tesseract-ocr')
|
9 |
-
os.system('pip install -q pytesseract')
|
10 |
import pytesseract
|
11 |
import re
|
12 |
import shutil
|
|
|
5 |
import os
|
6 |
import src.solve as solve
|
7 |
from typing import Tuple
|
|
|
|
|
8 |
import pytesseract
|
9 |
import re
|
10 |
import shutil
|