svenha

Results 50 comments of svenha

As the error message indicates, your system needs the file zlib.h. On Ubuntu, this is provided by the package zlib1g-dev.

> You still want it in Gerbil source? Little more complicated. The input and the output should be some Scheme dialect as defined by implementations like Chicken or Bigloo. >...

> So to recap: import your source file directly with import-module and then use module-context-code in the resulting module context object to get the code, which you can then write...

Thanks, that worked for me. But I must say that the source is already transformed quite a lot. OK, now I know how it looks like :-) and it definitely...

Just guessing from my own experience. Do you have enough GPU memory and have you set the GPU to exclusive mode?

Thanks for the quick help and many hints. The gs call that hangs is for a single page: gs -dQUIET -dSAFER -dBATCH -dNOPAUSE -dInterpolateControl=-1 -sDEVICE=png16m -dFirstPage=2 -dLastPage=2 -r12106.537530x12106.537530 -o -...

[train_time_table.pdf.gpg.zip](https://github.com/ocrmypdf/OCRmyPDF/files/9450961/train_time_table.pdf.gpg.zip) Encrypted for @jbarlow83 as documented in the Wiki.

Would a maximum for the rendering resolution be a solution?

Issue gambit/gambit#384 does not exist for the current development (git) version of Gambit, so the next Gambit release might be useful for lambdanative?

I can confirm that one can build vosk for musl-based Linux. I tested it on the Alpine-based postmarketOS (on a Pocophone F1). I followed the script Dockerfile.manylinux . Some changes...