Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjoyo committed Mar 30, 2024
1 parent a07db74 commit 9336bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -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?"

Expand Down

0 comments on commit 9336bdd

Please sign in to comment.