Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -20,7 +20,8 @@ pyyaml
|
|
20 |
packaging
|
21 |
protobuf
|
22 |
torch
|
23 |
-
|
|
|
24 |
chess
|
25 |
markdownify
|
26 |
stockfish
|
|
|
20 |
packaging
|
21 |
protobuf
|
22 |
torch
|
23 |
+
easyocr==1.7.0 # Pure Python OCR
|
24 |
+
python-magic==0.4.27 # File type detection
|
25 |
chess
|
26 |
markdownify
|
27 |
stockfish
|