Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -7,16 +7,18 @@ sdk: gradio
|
|
7 |
sdk_version: 5.29.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
license:
|
|
|
11 |
---
|
12 |
## Typhoon OCR
|
13 |
|
14 |
-
Typhoon OCR is a
|
15 |
|
16 |
### Features
|
17 |
- Upload a PDF or image (single page)
|
18 |
- Extracts and reconstructs document content as markdown
|
19 |
- Supports different prompt modes for layout or structure
|
|
|
20 |
- Uses a local or remote OpenAI-compatible API (e.g., vllm)
|
21 |
|
22 |
### Install
|
|
|
7 |
sdk_version: 5.29.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
+
short_description: Convert Image & PDF to Markdown
|
12 |
---
|
13 |
## Typhoon OCR
|
14 |
|
15 |
+
Typhoon OCR is a model for extracting structured markdown from images or PDFs. It supports document layout analysis and table extraction, returning results in markdown or HTML.
|
16 |
|
17 |
### Features
|
18 |
- Upload a PDF or image (single page)
|
19 |
- Extracts and reconstructs document content as markdown
|
20 |
- Supports different prompt modes for layout or structure
|
21 |
+
- Language: English, Thai
|
22 |
- Uses a local or remote OpenAI-compatible API (e.g., vllm)
|
23 |
|
24 |
### Install
|