Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,18 @@
|
|
1 |
-
|
2 |
---
|
3 |
-
language:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
<p align="center">
|
@@ -36,4 +48,4 @@ https://github.com/mindee/doctr
|
|
36 |
|
37 |
>>> # Get your predictions
|
38 |
>>> res = predictor(img)
|
39 |
-
```
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- da
|
5 |
+
- fr
|
6 |
+
- it
|
7 |
+
- es
|
8 |
+
- de
|
9 |
+
- pt
|
10 |
+
- cs
|
11 |
+
- pl
|
12 |
+
- nl
|
13 |
+
- 'no'
|
14 |
+
- fi
|
15 |
+
license: apache-2.0
|
16 |
---
|
17 |
|
18 |
<p align="center">
|
|
|
48 |
|
49 |
>>> # Get your predictions
|
50 |
>>> res = predictor(img)
|
51 |
+
```
|