sojusnik
sojusnik
Do I understand correctly that with the python script approach it would be finally possible to [split pages with unpaper](https://github.com/jbarlow83/OCRmyPDF/issues/393)?
Thus the `unpaper` command `--output-pages 2` (described [here](https://github.com/Flameeyes/unpaper/blob/master/doc/basic-concepts.md#input-and-output-image-files)) can't be applied within `ocrmypdf`, since it's already converting pdfs into images for preprocessing? You mention `--clean-final` or `--deskew` in the documentation....
> I use unpaper but with several --no-automatic-this-or-that options that turn off anything that might be dangerous. Is it still possible to use those `unpaper` commands within `ocrmypdf` or are...
After playing around I theoretically found a simple solution for splitting double-pages in `ocrmypdf` without the necessity to implement a completely new workflow. However, some (hopefully easy to implement) adjustments...
> I don't think it would be too difficult to create a pathway for using more of the unpaper options - I will see about adding that. Great news! Can't...
I've tried the following command, but it failed: ``` $:~/Downloads$ mutool poster -x 2 Yes, I think I will do it like that, a separate argument for unpaper arguments. Can...
> It looks like mutool is trying to seek within data being piped to it, which is not allowed. You'll have to write a little script and do it steps....
> I think it may be best to uninstall ocrmypdf, and then install with `pip install --user https://github.com/user/repository/archive/feature/unpaper-args.zip`. It's best to let the Python tools manage their folders since it...
Did somebody found meanwhile a proper replacement for the default Adwaita gnome-shell theme for Gnome 3.18 to somehow match the Numix Gtk theme? [This](https://www.gnome-look.org/content/show.php/Numix+Style+Shell+%e2%80%93+GNOME+3.16?content=174477) one was my closest choice for...
@lots0logs I know NumixFrost, but its color scheme is not matching the one in Numix. Apart from that, both the GTK and the Gnome-Shell theme look weird on Ubuntu 16.04.