Instructions to use breezedeus/pix2text-table-rec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use breezedeus/pix2text-table-rec with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="breezedeus/pix2text-table-rec")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("breezedeus/pix2text-table-rec") model = AutoModelForObjectDetection.from_pretrained("breezedeus/pix2text-table-rec") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ Currently, this model is forked from https://huggingface.co/microsoft/table-tran
|
|
| 11 |
- [Pix2Text V1.0 New Release: The Best Open-Source Formula Recognition Model | Breezedeus.com](https://www.breezedeus.com/article/p2t-v1.0) ;
|
| 12 |
- Pix2Text (P2T) Github: [breezedeus/pix2text](https://github.com/breezedeus/Pix2Text) ;
|
| 13 |
- Pix2Text Online Free Service: [p2t.breezedeus.com](https://p2t.breezedeus.com/) ;
|
| 14 |
-
- Pix2Text More: [breezedeus.com/pix2text](https://breezedeus.com/pix2text) ;
|
| 15 |
|
| 16 |
---
|
| 17 |
|
|
|
|
| 11 |
- [Pix2Text V1.0 New Release: The Best Open-Source Formula Recognition Model | Breezedeus.com](https://www.breezedeus.com/article/p2t-v1.0) ;
|
| 12 |
- Pix2Text (P2T) Github: [breezedeus/pix2text](https://github.com/breezedeus/Pix2Text) ;
|
| 13 |
- Pix2Text Online Free Service: [p2t.breezedeus.com](https://p2t.breezedeus.com/) ;
|
| 14 |
+
- Pix2Text More: [breezedeus.com/pix2text](https://breezedeus.com/article/pix2text) ;
|
| 15 |
|
| 16 |
---
|
| 17 |
|