Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -12,4 +12,17 @@ configs:
|
|
12 |
data_files:
|
13 |
- split: index
|
14 |
path: index.tsv
|
15 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
data_files:
|
13 |
- split: index
|
14 |
path: index.tsv
|
15 |
+
---
|
16 |
+
|
17 |
+
# Waqfeya Library - Compressed
|
18 |
+
|
19 |
+
## 📖 Overview
|
20 |
+
[Waqfeya](https://waqfeya.net) is one of the primary online resources for Islamic books, similar to [Shamela](https://shamela.ws). It hosts more than 10,000 PDF books across over 80 categories.
|
21 |
+
|
22 |
+
In this dataset, we processed the original PDF files using Google Document AI APIs and extracted their contents into two additional formats: TXT and DOCX.
|
23 |
+
|
24 |
+
## 📊 Dataset Contents
|
25 |
+
|
26 |
+
This dataset is identical to [ieasybooks-org/waqfeya-library](https://huggingface.co/datasets/ieasybooks-org/waqfeya-library), with one key difference: the contents have been compressed for easier downloading. Specifically, the `pdf`, `txt`, and `docx` folders have been packaged into `pdf.zip`, `txt.zip`, and `docx.zip`, respectively.
|
27 |
+
|
28 |
+
For detailed information about the dataset contents and usage instructions, please refer to the original dataset page: [ieasybooks-org/waqfeya-library](https://huggingface.co/datasets/ieasybooks-org/waqfeya-library).
|