udpate wechat, fix some little bugs

This commit is contained in:
zhangwei13
2025-08-05 11:34:53 +08:00
parent b370ec0f0c
commit ae0ca3a8be
4 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1139,7 +1139,7 @@ print(output_text)
# Parse a single image
python3 dots_ocr/parser.py demo/demo_image1.jpg
# Parse a single PDF
python3 dots_ocr/parser.py demo/demo_pdf1.pdf --num_threads 64 # try bigger num_threads for pdf with a large number of pages
python3 dots_ocr/parser.py demo/demo_pdf1.pdf --num_thread 64 # try bigger num_threads for pdf with a large number of pages
# Layout detection only
python3 dots_ocr/parser.py demo/demo_image1.jpg --prompt prompt_layout_only_en