Datasets:
Update Dataset Card
Browse files
README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-retrieval
|
| 5 |
+
- document-question-answering
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- finance
|
| 10 |
+
- trading
|
| 11 |
+
- technical-analysis
|
| 12 |
+
- pdf-layouts
|
| 13 |
+
- clover
|
| 14 |
+
size_categories:
|
| 15 |
+
- 10M<n<100M
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# 🍀 Clover Trading Books & Layout Dataset
|
| 19 |
+
|
| 20 |
+
This repository serves as the high-speed backend CDN for the [Clover PDF Reader & Search Engine](https://rahathasan452.github.io).
|
| 21 |
+
|
| 22 |
+
## Structure
|
| 23 |
+
- `data/catalog.json`: Master index of all books, authors, page counts, and Table of Contents.
|
| 24 |
+
- `data/covers/`: Rendered book cover thumbnails.
|
| 25 |
+
- `data/layouts/`: Dedicated companion layout JSONs with sub-pixel word bounding boxes `[x0, y0, x1, y1]`.
|
| 26 |
+
- `data/pdfs/`: High-resolution optimized PDF book files.
|