mirror of
https://github.com/Ladebeze66/ragflow_preprocess.git
synced 2026-02-04 12:10:26 +01:00
6 lines
90 B
Python
6 lines
90 B
Python
import cv2
|
|
|
|
|
|
def get_ocv_version():
|
|
return getattr(cv2, "__version__", "unavailable")
|