File size: 829 Bytes
adc81d6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
tags:
- latex-ocr
- math-ocr
- math-formula-detection
- mfd
- pix2text
- p2t
- image-to-text
license: mit
---
# Model Card: Pix2Text-MFD
Mathematical Formula Detection (MFD) model from [Pix2Text (P2T)](https://github.com/breezedeus/Pix2Text).
It's CoreML format of Model `mfd`.
When using this format, you need to set `resized_shape=(768, 768)`, since CoreML doesn't support dynamic size.
Requried:
- `pix2text >= 1.1.1`
## Documents / 文档
- Pix2Text (P2T) Github: [breezedeus/pix2text](https://github.com/breezedeus/Pix2Text) ;
- Pix2Text Online Free Service: [p2t.breezedeus.com](https://p2t.breezedeus.com/) ;
- Pix2Text Online Docs: [Docs](https://pix2text.readthedocs.io) ;
- Pix2Text More: [breezedeus.com/pix2text](https://breezedeus.com/article/pix2text) ;
- Pix2Text Discard: https://discord.gg/GgD87WM8Tf |