mara004
mara004
It looks like your image's colorspace is `None`, so pikepdf doesn't know how to handle it. On which page in that long document is this image, anyway?
Thanks for the illustrative write-up. Yes, improved auto dewarping in ST would be nice. ------ User hint: There's an old windows program "BookRestorer v4.2.1" from i2s which seems to provide...
> Simple dewarping: I viewed the examples, but this does not seem to be what I'm looking for. I don't think this can compete with ScanTailor's flexible mesh dewarping.
> What you are looking for is implemented in [STEX](https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental). But for this, @Tulon had to throw a lot out of [ST](https://github.com/scantailor/scantailor). Yeah, I know. STE is the variant I'm...
Question though: How does https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental (A) differ from @Tulon's https://github.com/Tulon/scantailor/tree/experimental (B) ? I see that (A) is not a GH fork of (B). History and directory layout don't match. Who...
Yes, I mean ScanTailor Experimental, not Enhanced. > I took his code, shoved it on the shelves, added the missing includes. As a result, the code is built under Qt5....
> I put together a [quick wrapper](https://gist.github.com/lebedov/cefbec588c2b2bd0251ba505bd8bf933) for the PDF to image functionality that may be what you are looking for; it returns the extracted pages as RGB numpy arrays....
> IMHO: it shouldn't download and install jars. Downloading and/or installing jars is either user's burden, or systemwide package manager's [...], or installer's. Not ours. > Since a major design...
> python3 ./setup.py is an obsolete way to install packages. @KOLANICH I think there may be a misunderstanding. Calling `setup.py` directly is obsolete, yes, but `setup.py` files on their own...
> When one "installs" a package from an sdist, pip builds a wheel and installs a package from that wheel. That may be correct, but is not relevant here. The...