Why PDF needs cleanup for AI
PDFs are easy to store and hard to reuse in AI chats when they are split across folders or mixed with notes and source documents.
Claude can reason better when the file content is presented with clear source labels, headings, and enough surrounding context to explain what the document means.
Workflow
Use Riflet to build the context bundle before uploading anything to the AI.
- Add the folder containing your PDF files.
- Select only the documents that support the current task.
- Combine the files with notes, briefs, or instructions that explain what the AI should do.
- Export one bundle and use it in Claude Projects.
What to watch for
Text-based PDFs work best. Scanned PDFs need OCR before any AI tool can reason over their contents reliably.
If the file is long, include a short task brief so the model knows whether to summarize, compare, extract risks, rewrite, or answer questions.
What breaks when you extract PDF files
A PDF stores glyph positions, not sentences. Extraction has to reconstruct reading order, and that is where it goes wrong: two-column academic layouts interleave, headers and footers repeat on every page, and table rows lose their alignment with the column headers above them.
- Open the extracted text and confirm paragraphs read in the right order, especially in multi-column sections.
- Strip the running header and footer, which otherwise repeat once per page and waste real tokens.
- Check that tables kept their row and column relationship, or replace them with a written summary.
- Confirm there is a text layer at all. If the extraction is empty, the file is a scan and needs OCR first.
Uploading the result to Claude Projects
Claude Projects stores attached material in Project knowledge. Open the project and add the bundle to Project knowledge, where it stays attached to every conversation in that project instead of being re-uploaded per chat.
It accepts plain text, Markdown, PDF, and common document formats. You can often upload the original PDF files directly, but extracting the text first is what lets you drop the pages you do not need and see the token cost before you commit.
Project knowledge shows a capacity indicator rather than a fixed file count. One well-structured bundle uses that capacity far more efficiently than a dozen overlapping uploads, because Claude never has to reconcile two copies of the same fact.
Token budget advice
Check the export against Claude Opus 5's 1,000,000-token context window and reserve room for your instructions plus the answer.
When a single file is too large, start with the sections closest to the question. More text is not automatically better context.
Build your AI context file with Riflet
Select the sources that matter, check the token budget, and export one clean file for the AI you already use.
Download Riflet freeFrequently asked questions
Can I use this PDF files bundle in more than one AI tool?
Yes. Riflet exports plain text or Markdown, so the same context file can be used in Claude, ChatGPT, Gemini, Perplexity, or a local model if that tool accepts pasted text or file uploads.
Does Riflet automatically update the AI after my files change?
No. Riflet is deliberately export-based. When your files change, reopen the workspace, let Riflet reapply the saved sources and filters, export a fresh bundle, and upload it where you want to use it.
How do I avoid giving Claude too much context?
Start with the decision or task, then include only the files that would help a smart human answer it. Use Riflet's token count to remove stale, duplicated, generated, or background-only files before exporting.
Do my files leave my computer when Riflet builds the bundle?
Riflet processes selected files locally. Your content leaves your machine only if you choose to paste or upload the exported bundle into an AI product.