Andy Friedman
Andy Friedman
does anyone have a mirror for the zip or has it been re-upped somewhere? it's over download cap rn!
came here to say this, it's super annoying
hey -- I'm working on this and having a little trouble figuring out an Jinja error I did this ... 1. Renamed "invitation_mail.en.j2" to "invitation_mail.j2" 2. Added `{% trans %}`...
found a workaround! pull request is up.
had the same problem, got it working with a fresh environment here's the requirements.txt i used... ```torch==2.2.1 torchvision python-doctr deepdoctection pdfplumber autopep8 isort ipykernel pango```
is anyone working on this? I'd like to take a crack at it if not!
great -- do you have a pdf with extra-tight letters I can use for testing? (the pdf in the original issue worked fine with `x_toleraance=1` sooo....)
sorry im confused -- what do we want it to output?
is there a less dumb way to get text size than `int(text['bottom'] - text['top'])`?
Honestly I'm lazy and couldn't find an easy way to extract `char` objects from text, so now it works with anything with a `top` and `bottom` param. The `int` isn't...