From 9336bdda15937b5b0831656775e64fa1ad7a0ce7 Mon Sep 17 00:00:00 2001 From: Benjoyo Date: Sun, 31 Mar 2024 00:40:24 +0100 Subject: [PATCH] fix test --- tests/test_qa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_qa.py b/tests/test_qa.py index d8bbc8f..b0a1fb7 100644 --- a/tests/test_qa.py +++ b/tests/test_qa.py @@ -15,7 +15,7 @@ async def test_qa(): async def test_qa_ocr(): ocr = TesseractOCR() - ocr_result = await ocr.process("dummy.pdf") + ocr_result = await ocr.process("example-multipage.pdf") question = "What kind of PDF is this?"