Skip to content

Commit 9cc44e3

Browse files
committed
Update README.md
1 parent 1fdf83a commit 9cc44e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# TextRecognitionDataGenerator [![TravisCI](https://travis-ci.org/Belval/TextRecognitionDataGenerator.svg?branch=master)](https://travis-ci.org/Belval/TextRecognitionDataGenerator) [![codecov](https://codecov.io/gh/Belval/TextRecognitionDataGenerator/branch/master/graph/badge.svg)](https://codecov.io/gh/Belval/TextRecognitionDataGenerator)
1+
# TextRecognitionDataGenerator [![TravisCI](https://travis-ci.org/Belval/TextRecognitionDataGenerator.svg?branch=master)](https://travis-ci.org/Belval/TextRecognitionDataGenerator) [![codecov](https://codecov.io/gh/Belval/TextRecognitionDataGenerator/branch/master/graph/badge.svg)](https://codecov.io/gh/Belval/TextRecognitionDataGenerator) [![Documentation Status](https://readthedocs.org/projects/textrecognitiondatagenerator/badge/?version=latest)](https://textrecognitiondatagenerator.readthedocs.io/en/latest/?badge=latest)
22

33
A synthetic data generator for text recognition
44

55
## What is it for?
6-
Generating text image samples to train an OCR software. Now supporting non-latin text!
6+
Generating text image samples to train an OCR software. Now supporting non-latin text! For a more thorough tutorial see [the official documentation](https://textrecognitiondatagenerator.readthedocs.io/en/latest/index.html).
77

88
## What do I need to make it work?
99

1010
I use Archlinux so I cannot tell if it works on Windows yet.
1111

1212
```
1313
Python 3.X
14-
OpenCV 3.2 (It probably works with 2.4)
14+
OpenCV 4 (Works with 3.2, probably works with 2.4)
1515
Pillow
1616
Numpy
1717
Requests
@@ -107,7 +107,7 @@ Simplified:
107107
Yes, the script picks a font at random from the *fonts* directory.
108108

109109
|||
110-
|----:|:-----|
110+
|:----|:-----|
111111
| fonts/latin | English, French, Spanish, German |
112112
| fonts/cn | Chinese |
113113
|||

0 commit comments

Comments
 (0)