File size: 835 Bytes
31ba981
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fd1479b
31ba981
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
license: other
license_link: LICENSE
tags:
- ocr
- vision-language
- document-understanding
language:
- ko
- en
---

# BrainOCR

High-accuracy OCR model optimized for Korean and English document processing.

Based on a vision-language architecture with embedding optimization for Korean/English focus.

## Features

- Korean / English document OCR
- Table, form, and structured document support
- Markdown-formatted output
- Non-target language token embeddings zeroed for improved focus

## Usage

Serve with vLLM (requires [vllm-brain-ocr plugin](https://github.com/braincrew-dev/vllm-brain-ocr)):

```bash
vllm serve braincrew-dev/BrainOCR \
  --gpu-memory-utilization 0.8 \
  --max-model-len 16384 \
  --trust-remote-code
```

## License

This model is a derivative work. See [LICENSE](LICENSE) for the original license terms.