HerGeo
HerGeo
I tried to compile onnx2c but am getting the following error: ``` In file included from C:\Arbeit\ONNX2C\onnx2c\src\graph.cc:2: C:\Arbeit\ONNX2C\onnx2c\src\error.h:4: error: "ERROR" redefined [-Werror] 4 | #define ERROR(why) do { \ |...
**Description** After a clean install, Audiveris asks every restart for downloading the tessdata files. Actually, they are in the `config/tessdata` and get overwritten at every download. When processing a pdf,...
Background: I am parsing a candump file into a .mf4-file. I took [this](https://python-can.readthedocs.io/en/stable/_modules/can/io/mf4.html) as example. When I extract the bus signal of the generated file, it works perfectly fine. However,...