diff --git a/backend/main.py b/backend/main.py index 573c7c2..945e693 100644 --- a/backend/main.py +++ b/backend/main.py @@ -102,7 +102,7 @@ def build_prompt( instruction = "" if mode == "plain_ocr": - instruction = "Free OCR. Only output the raw text." + instruction = "Free OCR." elif mode == "markdown": instruction = "Convert the document to markdown." elif mode == "tables_csv":