NielsRogge/Transformers-Tutorials

Adding Inference Pipeline for Table-Transformer

rudra0713 opened this issue · 1 comments

Hi,
I have been experimenting with the code you added for Table-Transformer and it's been very helpful. Currently, the code can identify the table rows, columns, and column headers but does not generate the corresponding HTML/CSV representation. According to https://github.com/microsoft/table-transformer?tab=readme-ov-file, the authors there added an inference pipeline to recreate the output in HTML/CSV (https://github.com/microsoft/table-transformer/blob/main/src/inference.py). Can you kindly add that to the existing codebase?