Skip to content

Commit e474e4a

Browse files
authored
Update README
1 parent 89cf414 commit e474e4a

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@
1616
</div>
1717

1818
### Introduction
19+
`rapid_latex_ocr` is a tool to convert formula images to latex format.
1920

20-
- `rapid_latex_ocr` is a tool to convert formula images to latex format.
21-
- **The reasoning code in the repo is modified from [LaTeX-OCR](https://github.com/lukas-blecher/LaTeX-OCR), the model has all been converted to ONNX format, and the reasoning code has been simplified, Inference is faster and easier to deploy.**
22-
- The repo only has codes based on `ONNXRuntime` or `OpenVINO` inference in onnx format, and does not contain training model codes. If you want to train your own model, please move to [LaTeX-OCR](https://github.com/lukas-blecher/LaTeX-OCR).
23-
- If it helps you, please give a little star ⭐ or sponsor a cup of coffee (click the link in Sponsor at the top of the page)
24-
- Welcome all friends to actively contribute to make this tool better.
25-
-[Model Conversion Notes](https://github.com/RapidAI/RapidLatexOCR/wiki/Model-Conversion-Notes)
21+
**The reasoning code in the repo is modified from [LaTeX-OCR](https://github.com/lukas-blecher/LaTeX-OCR), the model has all been converted to ONNX format, and the reasoning code has been simplified, Inference is faster and easier to deploy.**
22+
23+
The repo only has codes based on `ONNXRuntime` or `OpenVINO` inference in onnx format, and does not contain training model codes. If you want to train your own model, please move to [LaTeX-OCR](https://github.com/lukas-blecher/LaTeX-OCR).
24+
25+
If it helps you, please give a little star ⭐ or sponsor a cup of coffee (click the link in Sponsor at the top of the page)
26+
27+
Welcome all friends to actively contribute to make this tool better.
28+
29+
🔥🔥🔥 Model Conversion Notes 👉 [ConvertLaTeXOCRToONNX](https://github.com/SWHL/ConvertLaTeXOCRToONNX)
2630

2731
### [Demo](https://swhl-rapidlatexocrdemo.hf.space)
2832

@@ -103,11 +107,12 @@
103107
```
104108

105109
### Changlog
106-
- 2023-09-13 v0.0.4 update:
107-
- Merge [pr #5](https://github.com/RapidAI/RapidLatexOCR/pull/5)
108-
- Optim code
109-
- 2023-07-15 v0.0.1 update:
110-
- First release
110+
2023-09-13 v0.0.4 update:
111+
- Merge [pr #5](https://github.com/RapidAI/RapidLatexOCR/pull/5)
112+
- Optim code
113+
114+
2023-07-15 v0.0.1 update:
115+
- First release
111116

112117
### Code Contributors
113118
<p align="left">

0 commit comments

Comments
 (0)