What is one of Claude's capabilities beyond reading images?	Claude can read content directly out of a PDF file.
When adapting code to read a PDF instead of an image, what should the variable name change from?	`image bytes` should be changed to `file bytes`.
When processing a PDF, what should the data type be changed from?	The type should be changed from `image` to `document`.
What is the correct media type for a PDF file when feeding it to Claude?	`application/PDF`.
How does the prompt change when asking Claude to analyze a PDF document?	Instead of using a big prompt, you can ask Claude to perform specific tasks, such as summarizing the document in one sentence.
What types of information can Claude extract from a PDF document?	Claude can extract text, images, charts, and tables.
