F-G Fernandez
F-G Fernandez
According to your previous traceback, the problem definitely comes from weasyprint. You installed the lib, but apparently, the installation isn't working as it should (cf. pango error). Hard for me...
Let us know if you hear from them because I'm afraid we cannot do much over here :pray: This is the type of problem we cannot solve by modifying docTR,...
Hi @nithinreddyy :wave: Did you manage to get an answer to your problem? :)
Thanks for reporting that @rishabhshah13 :pray: @nithinreddyy this might be worth a try perhaps?
ONNX conversion seems to be incompatible with TF 2.4.* as per https://github.com/onnx/keras-onnx/issues/662. I tried on my end and encountered the same problem. Moving this to the next release until this...
A good lead for ONNX support would be to use https://github.com/onnx/tensorflow-onnx (might have to create a savemodel to use it but it's worth a look)
Not mandatory but this is a very common installation mean for python package. We might investigate other options to replace the dependency but we'll have to check for performance drop...
For reference, my initial issue on PyMuPDF (https://github.com/pymupdf/PyMuPDF/issues/938) was moved to this discussion: https://github.com/pymupdf/PyMuPDF/discussions/1137
Hi @kchawla-pi, So actually since then, there is also `weasyprint` that is missing a conda build. But it happens that I was thinking about getting back to the bottom of...
> So now with #829 we are just missing `weasyprint`, right @fg-mindee ? Nope, pypdfium2 also lacks support of a conda installation. But that could be fixed, I'll ping them...