Spaces:
Sleeping
Sleeping
Update apt.txt
Browse files
apt.txt
CHANGED
|
@@ -7,8 +7,11 @@ tesseract-ocr-chi-tra
|
|
| 7 |
# 英文 (eng) 語料
|
| 8 |
tesseract-ocr-eng
|
| 9 |
|
| 10 |
-
# Tesseract
|
| 11 |
libtesseract-dev
|
| 12 |
|
| 13 |
-
#
|
|
|
|
|
|
|
|
|
|
| 14 |
ffmpeg
|
|
|
|
| 7 |
# 英文 (eng) 語料
|
| 8 |
tesseract-ocr-eng
|
| 9 |
|
| 10 |
+
# Tesseract 開發函式庫(讓 pytesseract/opencv 能順利連結)
|
| 11 |
libtesseract-dev
|
| 12 |
|
| 13 |
+
# OpenCV 在 headless 模式下需要此項,否則會出現 libGL.so.1 相關錯誤
|
| 14 |
+
libgl1
|
| 15 |
+
|
| 16 |
+
# 如果未來要處理影音或載取影像,可選擇安裝 ffmpeg
|
| 17 |
ffmpeg
|