Sandro Mani

Results 119 comments of Sandro Mani
trafficstars

I don't think there is anything I can do about this on gImageReader side.

I've tagged v3.4.2. Closing this ticket as I believe there is nothing more to be done? Many thanks @proletarius101 for your work on the flatpack build!

Probably related: ``` api.vala: In function 'enchant_set_prefix_dir': api.vala:35:2: error: implicit declaration of function 'set_relocation_prefix' [-Wimplicit-function-declaration] api.vala:35:2: warning: nested extern declaration of 'set_relocation_prefix' [-Wnested-externs] ```

Generally with these types of issues, it's hard to debug them without having an affected device. You'll need to do some in-depth debugging on your side to narrow down the...

I suspect this is a limitation in PoDoFo.

Thanks, I've reopened it in https://github.com/openlayers/openlayers/pull/15306

@agiudiceandrea Right, `dnf5` doesn't ship that command (yet?), and the `mingw-extras` repo is unused anyway. I've filed https://github.com/qgis/QGIS/pull/53574.

It is in general very difficult to reproduce the text layout without using text-boxes. For simple text layouts, you're better of doing a text export and just importing the text...

It is actually Tesseract who believes that the image needs to be rotated for optimal layout, gImageReader just uses the tesseract layout detection result.

Scanning through the tesseract code, I cannot find any option to disable it, but I might have missed something.