DeepSeek-OCR-vllm: update INPUT_PATH & Dockerfile envs

This commit is contained in:
kyy
2025-10-23 17:51:10 +09:00
parent 039842b465
commit b7f4a2537e
3 changed files with 27 additions and 22 deletions

View File

@@ -21,9 +21,7 @@ MODEL_PATH = 'deepseek-ai/DeepSeek-OCR' # change to your model path
# .jpg, .png, .jpeg: run_dpsk_ocr_image.py;
# Omnidocbench images path: run_dpsk_ocr_eval_batch.py
FILE_NAME='2025-27484-M21472.pdf'
INPUT_PATH = f'/workspace/2025-27484-M21472.pdf'
INPUT_PATH = f'/workspace/2018-0802140959-217049.pdf'
OUTPUT_PATH = '/workspace/output/'
PROMPT = '<image>\n<|grounding|>Convert the document to markdown.'