Skip to content

Commit 14be413

Browse files
committed
update readme
1 parent 3829939 commit 14be413

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11

2+
<div align="center">
3+
24
# MindOCR
35

4-
<!--
6+
[![CI](https://github.com/mindspore-lab/mindocr/actions/workflows/ci.yml/badge.svg)](https://github.com/mindspore-lab/mindocr/actions/workflows/ci.yml)
57
[![license](https://img.shields.io/github/license/mindspore-lab/mindocr.svg)](https://github.com/mindspore-lab/mindocr/blob/main/LICENSE)
68
[![open issues](https://img.shields.io/github/issues/mindspore-lab/mindocr)](https://github.com/mindspore-lab/mindocr/issues)
79
[![PRs](https://img.shields.io/badge/PRs-welcome-pink.svg)](https://github.com/mindspore-lab/mindocr/pulls)
8-
-->
10+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
11+
12+
913
English | [中文](README_CN.md)
1014

1115
[Introduction](#introduction) |
@@ -14,6 +18,8 @@ English | [中文](README_CN.md)
1418
[Model List](#supported-models-and-performance) |
1519
[Notes](#notes)
1620

21+
</div>
22+
1723

1824
## Introduction
1925
MindOCR is an open-source toolbox for OCR development and application based on [MindSpore](https://www.mindspore.cn/en). It helps users to train and apply the best text detection and recognition models, such as DBNet/DBNet++ and CRNN/SVTR, to fulfuill image-text understanding need.
@@ -24,7 +30,7 @@ MindOCR is an open-source toolbox for OCR development and application based on [
2430

2531
- **Modulation design**: We decouple the ocr task into serveral configurable modules. Users can setup the training and evaluation pipeline easily for customized data and models with a few line of modification.
2632
- **High-performance**: MindOCR provides pretrained weights and the used training recipes that reach competitive performance on OCR tasks.
27-
- **Low-cost-to-apply**: We provide easy-to-use tools to run text detection and recogintion on real-world data. (coming soon)
33+
- **Low-cost-to-apply**: We provide easy-to-use inference tools to perform text detection and recogintion tasks.
2834
</details>
2935

3036

0 commit comments

Comments
 (0)