first commit
This commit is contained in:
@@ -21,8 +21,10 @@ 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
|
||||
|
||||
INPUT_PATH = ''
|
||||
OUTPUT_PATH = ''
|
||||
FILE_NAME='2025-27484-M21472.pdf'
|
||||
|
||||
INPUT_PATH = f'/workspace/2025-27484-M21472.pdf'
|
||||
OUTPUT_PATH = '/workspace/output/'
|
||||
|
||||
PROMPT = '<image>\n<|grounding|>Convert the document to markdown.'
|
||||
# PROMPT = '<image>\nFree OCR.'
|
||||
|
||||
Reference in New Issue
Block a user