RSBlek

Results 5 comments of RSBlek

I try to run tesseract in a Docker container but first I got the error "libdl.so" not found. I could fix that by creating a symlink from /lib/x86_64-linux-gnu/libdl.so.2 to /usr/lib/x86_64-linux-gnu/libdl.so...

> > > @HelgeL could you please provide step by step how you made symlinks on liblept1760.so and libtesseract400.so? Currently I have both these files under project directory inside x64...

The new workaround we use is to execute the dropAll command twice. When the first command is successfully executed the second command does nothing. If the first command does not...

Is there a way to hide the ignored resources in the interface as well? The two annotations ``` argocd.argoproj.io/compare-options: IgnoreExtraneous argocd.argoproj.io/sync-options: Prune=false ``` work very well. Resources created by the...