A single-file browser tool to extract raw text from images and PDFs using Typhoon OCR.
No install. No server. Just open index.html.
- Get a Typhoon API key → opentyphoon.ai
- Open
index.htmlin your browser - Paste your API key into the input field
Keys are never stored — session memory only.
- Enter your API key
- Upload an image (PNG, JPG, WEBP) or PDF
- Click Extract Text
- Copy the result
Tweak these inside extractTextFromImage() in index.html:
| Parameter | Default | Description |
|---|---|---|
model |
typhoon-ocr |
OCR model |
task_type |
default |
Extraction mode |
max_tokens |
16384 |
Max output tokens |
temperature |
0.1 |
Lower = more deterministic |
top_p |
0.6 |
Nucleus sampling threshold |
repetition_penalty |
1.0 |
Penalises repeated tokens |
pages |
null |
Specific pages to process (PDF), null = all |
| Limit | Value |
|---|---|
| Requests/second | 2 |
| Requests/minute | 20 |
Need higher limits? Email contact@opentyphoon.ai.