You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi wenwenyu, thank you for an amazing code.
I have been experimenting around with the code, and found out the training dataset can be adjusted for extractions of different informations.
However, there's one thing I am stuck on, and that is training the model to detect tables and its contents as well.
I want the customized model to be able to not only detect the header data, but also list all the table line-item.
From what I understand of the code, it seems possible to train it to detect table contents as well, but I don't know how I should set the training data's entities/labels, especially for tables with more than one line-items.
Any help or tip would be greatly apppreciated, thanks :)
The text was updated successfully, but these errors were encountered:
it would be better to check a model for detecting table shape, and then you can parse the content and arrange it, I think the PICK model would be more efficient when you want to extract unstructured data and not tabular ones.
Hi wenwenyu, thank you for an amazing code.
I have been experimenting around with the code, and found out the training dataset can be adjusted for extractions of different informations.
However, there's one thing I am stuck on, and that is training the model to detect tables and its contents as well.
I want the customized model to be able to not only detect the header data, but also list all the table line-item.
From what I understand of the code, it seems possible to train it to detect table contents as well, but I don't know how I should set the training data's entities/labels, especially for tables with more than one line-items.
Any help or tip would be greatly apppreciated, thanks :)
The text was updated successfully, but these errors were encountered: