General Questions
What is PDF AI?
What is PDF AI?
How does PDF AI work?
How does PDF AI work?
- The document is securely stored in AWS S3
- Content is extracted and split into smaller segments
- Text is converted into vector embeddings using OpenAI
- Vectors are stored in Pinecone for semantic search
- When you ask questions, the AI retrieves relevant context and generates accurate answers using GPT-4
What file formats are supported?
What file formats are supported?
- Be in PDF format (.pdf extension)
- Be less than 10 MB in size
- Contain extractable text (not just images)
Is there a file size limit?
Is there a file size limit?
- Splitting your PDF into smaller documents
- Compressing the PDF
- Upgrading to Pro for enhanced features
Features & Functionality
How many PDFs can I upload?
How many PDFs can I upload?
Can I chat with multiple PDFs at once?
Can I chat with multiple PDFs at once?
What AI model powers the chat feature?
What AI model powers the chat feature?
Can the AI access information outside my PDF?
Can the AI access information outside my PDF?
Account & Authentication
Do I need an account to use PDF AI?
Do I need an account to use PDF AI?
How do I sign up?
How do I sign up?
Can I delete my chat history?
Can I delete my chat history?
Subscription & Billing
What's included in the free plan?
What's included in the free plan?
- Upload PDFs (up to 10 MB each)
- Create chat sessions with your documents
- Ask questions and get AI-powered answers
- View your chat history
What are the benefits of PDF AI Pro?
What are the benefits of PDF AI Pro?
- Unlimited PDF uploads
- Priority processing
- Advanced chat capabilities
- Extended storage
How do I upgrade to Pro?
How do I upgrade to Pro?
Can I cancel my subscription anytime?
Can I cancel my subscription anytime?
Privacy & Security
Is my data secure?
Is my data secure?
- All PDFs are stored securely in AWS S3
- Authentication is handled by Clerk with industry-standard security
- Payment processing is secured through Stripe
- Your chat history is private and linked to your account only
Who can see my uploaded PDFs?
Who can see my uploaded PDFs?
Do you train AI models on my PDFs?
Do you train AI models on my PDFs?
Technical Questions
What technology stack does PDF AI use?
What technology stack does PDF AI use?
- Next.js for the web application
- OpenAI GPT-4 for natural language processing
- Pinecone for vector storage and semantic search
- AWS S3 for secure file storage
- Stripe for payment processing
- Clerk for authentication
Why does processing take time after upload?
Why does processing take time after upload?
- Download and parse your PDF
- Extract and split the text into segments
- Generate vector embeddings for each segment
- Upload vectors to Pinecone
Can I integrate PDF AI into my application?
Can I integrate PDF AI into my application?