mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
20 lines
310 B
Markdown
20 lines
310 B
Markdown
|
**Text Detection**
|
||
|
|
||
|
```text
|
||
|
# x1,y1,x2,y2,x3,y3,x4,y4,trans
|
||
|
|
||
|
377,117,463,117,465,130,378,130,Genaxis Theatre
|
||
|
493,115,519,115,519,131,493,131,[06]
|
||
|
374,155,409,155,409,170,374,170,###
|
||
|
```
|
||
|
|
||
|
**Text Recognition**
|
||
|
|
||
|
```text
|
||
|
# img_name, "text"
|
||
|
|
||
|
word_1.png, "Genaxis Theatre"
|
||
|
word_2.png, "[06]"
|
||
|
word_3.png, "62-03"
|
||
|
```
|