jerrynnms commited on
Commit
25de631
·
verified ·
1 Parent(s): 561a7b3

Update apt.txt

Browse files
Files changed (1) hide show
  1. apt.txt +5 -2
apt.txt CHANGED
@@ -7,8 +7,11 @@ tesseract-ocr-chi-tra
7
  # 英文 (eng) 語料
8
  tesseract-ocr-eng
9
 
10
- # Tesseract 開發函式庫 (讓 pytesseract/opencv 能順利連結)
11
  libtesseract-dev
12
 
13
- # 如果未來要處理影音或截取影像,可安裝 ffmpeg(可選)
 
 
 
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