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.
ChatGPT 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 ChatGPT 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 ChatGPT Projects
ChatGPT Projects stores attached material in project files. Create a project and attach the bundle to it, so every chat started inside that project can read the file without you pasting anything.
It accepts text, Markdown, PDF, and Office documents. 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.
ChatGPT retrieves passages from attached files rather than reading each one end to end. Explicit file-path headers and section markers matter more here than anywhere else: a bundle with clear boundaries gets retrieved reliably, an undifferentiated wall of text does not.
Token budget advice
Check the export against GPT-6 Astra's 1,050,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 ChatGPT 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.