abdur75648
commited on
Commit
•
6ed038a
1
Parent(s):
a00e689
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: UrduDoc (UTRNet)
|
3 |
+
emoji: 📖
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: green
|
6 |
license: cc-by-nc-4.0
|
7 |
+
task_categories:
|
8 |
+
- image-to-text
|
9 |
+
language:
|
10 |
+
- ur
|
11 |
+
tags:
|
12 |
+
- ocr
|
13 |
+
- text recognition
|
14 |
+
- urdu-ocr
|
15 |
+
- utrnet
|
16 |
+
pretty_name: UrduDoc
|
17 |
+
references:
|
18 |
+
- https://github.com/abdur75648/UTRNet-High-Resolution-Urdu-Text-Recognition
|
19 |
+
- https://abdur75648.github.io/UTRNet/
|
20 |
+
- https://arxiv.org/abs/2306.15782
|
21 |
---
|
22 |
+
|
23 |
+
The **UrduDoc Dataset** is a benchmark dataset for Urdu text line detection in scanned documents. It is created as a byproduct of the **UTRSet-Real** dataset generation process. Comprising 478 diverse images collected from various sources such as books, documents, manuscripts, and newspapers, it offers a valuable resource for research in Urdu document analysis. It includes 358 pages for training and 120 pages for validation, featuring a wide range of styles, scales, and lighting conditions. It serves as a benchmark for evaluating printed Urdu text detection models, and the benchmark results of state-of-the-art models are provided. The Contour-Net model demonstrates the best performance in terms of h-mean.
|
24 |
+
|
25 |
+
The UrduDoc dataset is the first of its kind for printed Urdu text line detection and will advance research in the field. It will be made publicly available for non-commercial, academic, and research purposes upon request and execution of a no-cost license agreement. To request the dataset and for more information and details about the [UrduDoc ](https://paperswithcode.com/dataset/urdudoc), [UTRSet-Real](https://paperswithcode.com/dataset/utrset-real) & [UTRSet-Synth](https://paperswithcode.com/dataset/utrset-synth) datasets, please refer to the [Project Website](https://abdur75648.github.io/UTRNet/) of our paper ["UTRNet: High-Resolution Urdu Text Recognition In Printed Documents"](https://arxiv.org/abs/2306.15782)
|