We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859e273 commit d86de64Copy full SHA for d86de64
README.md
@@ -223,7 +223,7 @@ question = "What are the key findings in this report?"
223
output = await answer_pdf_question(PDFQuestionInput(pdf=pdf, question=question))
224
# Print the answer and supporting quotes
225
print("Answer:", output.answer)
226
-print("\nSupporting quotes:")
+print("Supporting quotes:", "\n -".join(("", *quotes))
227
for quote in output.quotes:
228
print(f"- {quote}")
229
```
0 commit comments