Guillaume Ayoub

Results 801 comments of Guillaume Ayoub

Hi! It’s not on purpose. That’s just because the API was defined when `pathlib` didn’t exist yet. šŸ˜„

Hi! This is another problem caused by #2444. We’re currently working on #2363, could you try the `pdf/ua` branch? It’s not ready to be used in production, but it should...

Here’s what I get using [PAC](https://pac.pdf-accessibility.org/en). ![Image](https://github.com/user-attachments/assets/a2e3b727-670c-4b9c-8dfd-a957f6ea66a0) I think that it’s closer to what you want šŸ˜„. Which tool do you use? (And I’m surprised by all these artifacts, did...

> No, I've kept the example as posted above. I was using Adobe Acrobat. Hmm… That’s the order of the drawing stream, not the order of the tag tree. I’ll...

I’ve also removed useless artifacts.

> The blocking rule from hyph_de_DE.dic: > > .ei8nen Yes. > might need to recreate hyph_de_DE.dic, because even LibreOffice doesn't seem to use it? > > here is a maybe...

Hi! Thanks for this issue! We should actually add a public API to register a new Pyphen dictionary. It’s already possible but not documented yet: ```python from pathlib import Path...

> That'd be perfect as long as there's a way to specify the preference through the commandline API, whether directly or via a config file. Currently I'm using Weasyprint as...

> I use `pyphen` for my Rasperry Pi Zero powered Internetradio Cool! > pyphen imported, loading of de_DE took 43.77 seconds on Raspberry Pi Zero That’s a lot. Even if...

You may get slightly better results using the 0.14.0 version, as it may be a bit faster if your storage is slow (and it probably is). That could help with...