Datasets:
File size: 1,941 Bytes
2036c36 c28e2cb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
---
license: apache-2.0
task_categories:
- image-to-text
language:
- en
tags:
- math
- Real-Complex-Analysis
- textbooks
size_categories:
- n<1K
---
# Real-Complex-Analysis-Math
This dataset contains high-quality scanned pages from the classic mathematics textbook by **Walter Rudin**, widely used in advanced undergraduate and graduate-level courses on real and complex analysis. It is ideal for building OCR systems, digitizing textbooks, or creating educational AI tools for higher mathematics.
## Dataset Details
* **Source**: *Principles of Mathematical Analysis* and *Real and Complex Analysis* by Walter Rudin
* **Task**: Image-to-Text (OCR, textbook parsing)
* **Modality**: Image
* **Split**: `train`
* **Number of Samples**: 433 images
* **Size**:
* Dataset files: 353 MB
* Auto-converted Parquet: 382 MB
* **Language**: English
* **License**: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
## Features
| Feature | Type |
| ------- | ----- |
| image | Image |
Each row consists of a scanned page from Rudin's textbook, suitable for OCR and mathematical content recognition tasks.
## Use Cases
* OCR training for mathematical text and symbols
* Digitization of classic mathematical literature
* Training data for document layout analysis
* Semantic understanding of advanced math textbooks
* Visual-based Q\&A from textbook pages
## How to Use
You can use the dataset via Hugging Face’s `datasets` library:
```python
from datasets import load_dataset
dataset = load_dataset("prithivMLmods/Real-Complex-Analysis-Math")
```
Each sample looks like:
```python
{
"image": <PIL.Image>
}
```
## Tags
`math`, `Real-Complex-Analysis`, `textbooks`, `image-to-text`, `OCR`, `higher-education`, `Rudin`
## Citation
If you use this dataset in your research or development, please credit the original textbook author:
> Walter Rudin, *Real and Complex Analysis* and *Principles of Mathematical Analysis* |