Update README.md
Browse files
README.md
CHANGED
|
@@ -224,6 +224,10 @@ markdown = ocr_document('image.png', task_type="v1.5", base_url='http://localhos
|
|
| 224 |
print(markdown)
|
| 225 |
```
|
| 226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 227 |
## **Intended Uses & Limitations**
|
| 228 |
|
| 229 |
This is a task-specific model intended to be used only with the provided prompts. It does not include any guardrails or VQA capability. Due to the nature of large language models (LLMs), a certain level of hallucination may occur. We recommend that developers carefully assess these risks in the context of their specific use case.
|
|
|
|
| 224 |
print(markdown)
|
| 225 |
```
|
| 226 |
|
| 227 |
+
## Ollama & On-device inference
|
| 228 |
+
|
| 229 |
+
We recommend running Typhoon-OCR on-device using [Ollama](https://ollama.com/scb10x/typhoon-ocr1.5-3b).
|
| 230 |
+
|
| 231 |
## **Intended Uses & Limitations**
|
| 232 |
|
| 233 |
This is a task-specific model intended to be used only with the provided prompts. It does not include any guardrails or VQA capability. Due to the nature of large language models (LLMs), a certain level of hallucination may occur. We recommend that developers carefully assess these risks in the context of their specific use case.
|