Visual Studio Code – ImportError: DLL load failed while importing onnx_cpp2py_export: A dynamic link library (DLL) initialization routine failed
I'm trying to set up and test the OCR model from the doctr library provided by Mindee (https://github.com/mindee/doctr) within a VSCode. I installed the package in run.ipynb using the following command: !pip install -qe doctr/. I then tried to run…