Open pehrlich2 opened 5 months ago
Hi, I wasn't able to reproduce this issue on a Linux machine. But possibly there is also a breaking change in onnxruntime
. I will paste the output of my pip list
below, hoping that this helps you to track down the issue. An alternative would be to install tensorflow with pip install .[tf]
and use the --use-tf
flag for running oemer
. Here you also have to pin the tensorflow version to 2.15.1
as newer versions fail to load the oemer
models.
For all these version issues, it might be good if there would be some kind of lock-file such as poetry has it so that users can install exactly the versions which oemer
requires.
Describe the bug
Hi - fresh install crashes here. (Had to force numpy=1.26.4 due to what appears to be a bug in the newly released 2.0.0). Why trying to OCR a png:
Running OSX 14.0 on an M2 Macbook Air.
Input Image
Full Traceback
Command You Execute