File size: 1,507 Bytes
65a0cb4
631fc30
 
 
65a0cb4
 
 
631fc30
65a0cb4
631fc30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language: 
- en
license: cc-by-4.0
task_categories:
- text-classification
- token-classification
pretty_name: Clean Sale Deed PDF Dataset
size_categories:
- 1K<n<10K
---

# Clean Sale Deed PDF Dataset

## Dataset Description
This dataset contains legal property sale deed documents in PDF format.
The documents include structured legal content such as seller/buyer information, survey number, land details, witnesses, and property value.

This dataset can be used for:
- Document understanding
- OCR + NLP training
- Named Entity Recognition (NER)
- Legal document summarization
- Key information extraction

## Dataset Format
- File type: PDF
- Language: English (translated legal text)
- Domain: Legal / Property Documentation

## Data Fields (Information Available)
The PDF contains:
- Date of deed
- Location (District, Taluk, Village)
- Party names
- Aadhaar numbers
- Land survey number
- Area (hectares/acres)
- Sale amount
- Market value
- Witness details

## Use Cases
- Train models for legal document extraction
- Build automated land deed parsing systems
- Fine-tuning LLMs for Indian legal document Q&A

## Dataset Source
The dataset is collected from property sale deed document format.

## Citation
If you use this dataset, please cite:

```bibtex
@dataset{clean_sale_deed_2026,
  author       = {Jayasree},
  title        = {Clean Sale Deed PDF Dataset},
  year         = {2026},
  publisher    = {Hugging Face},
  url          = {https://huggingface.co/datasets/USERNAME/DATASETNAME}
}