Kk-ships
Kk-ships
I agree with cabudies answer and would also recommend you to go through ~[Model Zoo of CascadeTabNet] (https://github.com/DevashishPrasad/CascadeTabNet#6-model-zoo). Model zoo includes different checkpoint files along with dataset on which they...
Yes I was able to get table structure out using same checkpoint.
I used colab version. Here is the link for colab notebook. I think you need to make some changes while using images. Code is pretty self explanatory. https://colab.research.google.com/drive/16GzDZqfWCf3Kt6_EOk7FKZ7sHTYii-_w?usp=sharing
@truebrew May be you can try this approach. ``` import dateparser import xirr def try_parsing_date(text): """ try and parse date :param text: string :return: date part of datetime object """...