Commit ·
5e32432
1
Parent(s): 37edae4
docs: Add yaml docs
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Digital Peter
|
| 2 |
|
| 3 |
The Peter dataset can be used for reading texts from the manuscripts written by Peter the Great. The dataset annotation contain end-to-end markup for training detection and OCR models, as well as an end-to-end model for reading text from pages.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- ru
|
| 4 |
+
license:
|
| 5 |
+
- mit
|
| 6 |
+
source_datasets:
|
| 7 |
+
- original
|
| 8 |
+
tags:
|
| 9 |
+
- ocr
|
| 10 |
+
- text-detection
|
| 11 |
+
task_categories:
|
| 12 |
+
- image-detection
|
| 13 |
+
- image-segmentation
|
| 14 |
+
- optical-character-recognition
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
|
| 18 |
# Digital Peter
|
| 19 |
|
| 20 |
The Peter dataset can be used for reading texts from the manuscripts written by Peter the Great. The dataset annotation contain end-to-end markup for training detection and OCR models, as well as an end-to-end model for reading text from pages.
|