CentSO 7 中 python3 無法 import cv2

CentSO 7 中 python3 無法 import cv2
解決方法 :
使用 pip3 安裝 opencv-python ,目前安裝 4.6.0.66 沒有問題,

pip3 install opencv-python==4.6.0.66

其它 OCR 可能會用到的 lib

pip3 install pandas
pip3 install numpy
pip3 install matplotlib