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.22k stars 247 forks source link

Is it possible to build table transformer as a CoreML Model #102

Closed KamranHussain05 closed 1 year ago

KamranHussain05 commented 1 year ago

I want to use the table transformer model for a mobile App and want to see if there is support for building TableTransformer from source as a CoreML model so inferencing can be run on an iphone. Is this possible?

ssatz commented 8 months ago

@KamranHussain05 could you please guide me how to convert coreml models?