You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
7
7
8
8
## What do I need to make it work?
9
9
10
10
I use Archlinux so I cannot tell if it works on Windows yet.
11
11
12
12
```
13
13
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)
15
15
Pillow
16
16
Numpy
17
17
Requests
@@ -107,7 +107,7 @@ Simplified:
107
107
Yes, the script picks a font at random from the *fonts* directory.
108
108
109
109
|||
110
-
|----:|:-----|
110
+
|:----|:-----|
111
111
| fonts/latin | English, French, Spanish, German |
0 commit comments