From 8a327a9c5d15482aadf2366a5154c1371bf9c3cb Mon Sep 17 00:00:00 2001 From: zhangwei13 Date: Thu, 7 Aug 2025 16:51:10 +0800 Subject: [PATCH] CPU inference --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 26e1c9e..9e41eb7 100755 --- a/README.md +++ b/README.md @@ -1131,6 +1131,10 @@ print(output_text) +### Hugginface inference with CPU +Please refer to [CPU inference](https://github.com/rednote-hilab/dots.ocr/issues/1#issuecomment-3148962536) + + ## 3. Document Parse **Based on vLLM server**, you can parse an image or a pdf file using the following commands: ```bash