EthannW commited on
Commit
9e01f89
·
verified ·
1 Parent(s): d42c2cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -277,8 +277,7 @@ The DFlash-adapted variant and the full guide are in [`docs/llama_cpp.md`](https
277
  ## 🎯 Default OCR prompt for document parsing
278
 
279
  ```
280
- 提取文档图片中正文的所有信息用markdown格式表示,其中页眉、页脚部分忽略,
281
- 表格用html格式表达,文档中公式用latex格式表示,按照阅读顺序组织进行解析。
282
  ```
283
 
284
  The model also handles text spotting, information extraction, and text-image translation — pass a task-specific instruction as the text prompt (or use `--task-type` with the shipped client).
 
277
  ## 🎯 Default OCR prompt for document parsing
278
 
279
  ```
280
+ 提取文档图片中正文的所有信息用markdown格式表示,其中页眉、页脚部分忽略,表格用html格式表达,文档中公式用latex格式表示,按照阅读顺序组织进行解析。
 
281
  ```
282
 
283
  The model also handles text spotting, information extraction, and text-image translation — pass a task-specific instruction as the text prompt (or use `--task-type` with the shipped client).