|
16 | 16 | </div> |
17 | 17 |
|
18 | 18 | ### Introduction |
| 19 | +`rapid_latex_ocr` is a tool to convert formula images to latex format. |
19 | 20 |
|
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) |
26 | 30 |
|
27 | 31 | ### [Demo](https://swhl-rapidlatexocrdemo.hf.space) |
28 | 32 |
|
|
103 | 107 | ``` |
104 | 108 |
|
105 | 109 | ### 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 |
111 | 116 |
|
112 | 117 | ### Code Contributors |
113 | 118 | <p align="left"> |
|
0 commit comments