0
Files processed
โ this session
0
Words extracted
0
Tables found
0
Invoices parsed
๐ค Upload Document
Drop files here or click to browse
Upload images, PDFs, or Word documents
PNGJPGPDFDOCX
โ๏ธ Extraction Options
Table Extraction
Detect and parse tables from documents
Invoice Parser
Extract amounts, dates, vendor info
๐ File Conversion
Drop a file to convert
PDF โ DOCX ยท Image โ PDF/DOCX
PNGJPGPDFDOCX
๐ฏ Target Format
โก
AI Analysis Mode
Advanced OCR with multi-language support, table intelligence, and invoice data extraction โ all in one pass.
๐ค Upload for AI Analysis
Drop documents for full AI analysis
Combines OCR + table detection + invoice parsing
๐
No history yet
Files you process will appear here.
๐ Your API Key
Login to get your API key
Include this as a Bearer token in the Authorization header of every request.
๐ Endpoints
POST
/register
Create account
curl -X POST https://api.tykstore.com/register \
-H "Content-Type: application/json" \
-d '{"name":"Jane","email":"jane@co.com","password":"pass123"}'
POST
/login
Authenticate and get JWT token
curl -X POST https://api.tykstore.com/login \
-H "Content-Type: application/json" \
-d '{"email":"jane@co.com","password":"pass123"}'
# Returns: {"token": "eyJ...", "user": {...}}
POST
/extract-text
Extract text, tables, and invoice data
curl -X POST https://api.tykstore.com/extract-text \ -H "Authorization: Bearer YOUR_TOKEN" \ -F "file=@invoice.pdf" \ -F "lang=eng" \ -F "mode=invoice" \ -F "extract_tables=true" \ -F "parse_invoice=true"
POST
/convert
Convert file between formats
curl -X POST https://api.tykstore.com/convert \ -H "Authorization: Bearer YOUR_TOKEN" \ -F "file=@document.pdf" \ -F "target_fmt=docx" \ --output converted.docx
๐ค Profile
Full name
Email address
๐ฆ Subscription
Current plan
Your active subscription
Extractions used this month
โ ๏ธ Danger Zone
Delete account
Permanently delete your account and all data