microsoft / table-transformer

Table Transformer (TATR) is a deep learning model for extracting tables from unstructured documents (PDFs and images). This is also the official repository for the PubTables-1M dataset and GriTS evaluation metric.
MIT License
2.31k stars 256 forks source link

Single Inference of TSR #83

Closed emigomez closed 1 year ago

emigomez commented 1 year ago

Hi!

I want to run the whole pipeline of TSR for a single input image obtaining as output the final data frame result. I think that the deployment to obtain this final data frame is implemented here as 'functional analysis', but the problem is that I don't know how to make a single image inference with this repo.

Do you know how to run a single image inference of the entire TSR+funtional analysis pipeline? (I read similar issues but don't find the solution)

Regards

vaibhavkansallumiq commented 1 year ago

did you find Single Inference of TDR