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