opentyphoon commited on
Commit
4e0ef53
·
verified ·
1 Parent(s): 84e39eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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: unknown
 
11
  ---
12
  ## Typhoon OCR
13
 
14
- Typhoon OCR is a simple Gradio web app for extracting structured markdown from PDFs or images using an OpenAI-compatible vision-language model. It supports document layout analysis and table extraction, returning results in markdown or HTML.
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