Extract Text
Usage
0 / 50
๐Ÿ“„
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
Free
Extractions used this month
0 / 50

โš ๏ธ Danger Zone

Delete account
Permanently delete your account and all data