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.01k stars 231 forks source link

table_transformer relies on onnxruntime~=1.14.1, but onnxruntime==1.14.1 cannot be installed #176

Open changfeng180 opened 2 months ago

changfeng180 commented 2 months ago

pip install onnxruntime==1.14.1 ERROR: Could not find a version that satisfies the requirement onnxruntime==1.14.1 (from versions: 1.15.0, 1.15.1, 1.16.0, 1.16.1, 1.16.2, 1.16.3, 1.17.0, 1.17.1) ERROR: No matching distribution found for onnxruntime==1.14.1