AdvancedLiterateMachinery
AdvancedLiterateMachinery copied to clipboard
Get table from TSR model
Hello, I would like to ask how to get the board of this model. The other model returns HTML as output which I'm used to converting to docx. Can anyone answer me?
I see the format of each cell in tables in paper and using some methods to reorder them
Does anyone has code for table structure recovery in LORE
Hi, I want to export Lore model to onnx , does anyone solve this problem ?
I change DCN from .DCNv2.dcn_v2 import DCN into from .dcn.modules.deform_conv import ModulatedDeformConvPack as DCN but can't convert ONNX error always
RuntimeError: No Op registered for DCNv2 with domain_version of 9
Does anyone has code for table structure recovery in LORE
Need the same code, does anyone have it ?
@vavinash992 Hi, You can use Post Processing of LGPMA Table
https://github.com/hikopensource/DAVAR-Lab-OCR/tree/main/davarocr/davar_table/core/post_processing
Use this post processing + get bounding box of cells in LORE
Hi all, The GeoLayoutLM model was exported to ONNX successfully. Please check my code via Link.
If it is useful, please give me 1 ⭐ . Whether it raise error when you try to export it yourself, feel free to discuss with me!!