Sergey Filimonov

Results 29 comments of Sergey Filimonov

PyMyPdf uses a `top-left` coordinate system while the rest of our code uses `bottom-left`. As a result we need to swap these for everything to work. Do you have an...

> Hey @Filimoa do you plan to add support for unitable anytime soon? Seems like the doc mentions it but the notebook does not have an example for it. Thanks...

In progress! Should be merged in by the end of the week.

Just merged - try it out, it will require downloading weights which you can read about [here](https://filimoa.github.io/open-parse/parsing-tables/unitable/). We need to find a better model for table detection but this performs...

Added to the roadmap! Will ship very soon @Ulipenitz

Can you run `python -c "import openparse.version; print(openparse.version.version_info())"`

Closing due to inactivity - I have not been able to replicate.

Could you provide the code you're running?

Thanks, I'll try running this myself soon and add it to the eval suite. If I had to guess the `table-transformers` detection is performing poorly (unitable does content extraction, table-transformers...

I haven't had a chance to test for myself but to clarify yes unitable achieves SOTA performance on converting table images to HTML. Unfortunately it's trained on perfectly cropped tables...