File size: 803 Bytes
b99ecdd |
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 31 32 33 |
---
license: mit
---
# Code Formula Model
The **Code Formula Model** processes an image of a code snippet or formula at 120 DPI and outputs its content.
- **Code Snippets**:
The model identifies the programming language and outputs the code repsecting the indendation shown in the given image. The output format will be:<br>
"<\_\<programming language\>\_> \<content of the image\>"<br>
Example:<br>
"<_Java_> System.out.println("Hello World.");"
- **Formulas**:
The model generates the corresponding LaTeX code.
# References
```
@techreport{Docling,
author = {Deep Search Team},
month = {8},
title = {{Docling Technical Report}},
url={https://arxiv.org/abs/2408.09869},
eprint={2408.09869},
doi = "10.48550/arXiv.2408.09869",
version = {1.0.0},
year = {2024}
}
```
|