jbarlow

Results 380 comments of jbarlow

I'm afraid the thing preventing anything from happening on this issue is that I'm too busy with other projects and a comprehensive resolution is not trivial. I am hoping to...

Underlying issue fixed in v15 - I probably won't add a timeout on Ghostscript itself because it's difficult to say what a reasonable completion time is. Large documents on slow...

I believe you need to --hidden-import all of ocrmypdf's built in plugins because PyInstaller doesn't understand the plugin manager. I did try creating a PyInstaller edition of ocrmypdf before but...

No, I believe you need to specify `--hidden-import ocrmypdf.builtin_plugins`. Something along those lines. I don't know of any way to use PyInstaller to bundle third party dependencies like Tesseract and...

I can't support versions that old - please try using the latest version. That said I don't think behavior will change much since I have not specifically investigated the different...

Ghostscript uses a heuristic to decide, so the behavior is specific to the input file and version of Ghostscript in use. Without an input file and version information, I cannot...

This will be a bit awkward. The trouble is, the plugin system doesn't actually support replacement of some steps in the pipeline that ought to be pluggable, mainly because I...

Are you sure your plugin is being executed? (Maybe have it raise an exception to confirm.) Other than that, maybe it's better to avoid the hacks and make deskew properly...

OCRmyPDF already has an optimizer. First use `-O3` then lower JPEG and PNG quality with those options. Lossy compression is equivalent to a "smart downsampling" rather than degrading the whole...