(#10) Fix incorrect OCR instruction

This commit is contained in:
Dennis Paul
2025-10-23 00:05:00 +02:00
parent f28320a23d
commit 225655d02c

View File

@@ -102,7 +102,7 @@ def build_prompt(
instruction = "" instruction = ""
if mode == "plain_ocr": if mode == "plain_ocr":
instruction = "Free OCR. Only output the raw text." instruction = "Free OCR."
elif mode == "markdown": elif mode == "markdown":
instruction = "Convert the document to markdown." instruction = "Convert the document to markdown."
elif mode == "tables_csv": elif mode == "tables_csv":