Skip to content

Commit

Permalink
Update sample PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner committed Apr 2, 2024
1 parent da3e8f3 commit 1f80d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generative_ai/gemini_pdf_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def generate_text(project_id: str, location: str) -> str:
response = vision_model.generate_content(
[
Part.from_uri(
"gs://cloud-samples-data/vertex-ai/generative-ai/pdf/Winnie_the_Pooh_3_Pages.pdf",
"gs://cloud-samples-data/vertex-ai/generative-ai/pdf/intake-form.pdf",
mime_type="application/pdf",
),
"Output the text in the PDF",
Expand Down

0 comments on commit 1f80d00

Please sign in to comment.