Add card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,38 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# Dataset Card for document_texts
|
| 6 |
+
|
| 7 |
+
## Dataset Description
|
| 8 |
+
|
| 9 |
+
- **Homepage:**
|
| 10 |
+
- **Repository:**
|
| 11 |
+
- **Paper:**
|
| 12 |
+
- **Leaderboard:**
|
| 13 |
+
- **Point of Contact:**
|
| 14 |
+
|
| 15 |
+
### Dataset Summary
|
| 16 |
+
|
| 17 |
+
This dataset contains th result of the PDF parser done by Tika. It contains for each document, the land parcel it refers to and the content downloaded.
|
| 18 |
+
|
| 19 |
+
## Dataset Structure
|
| 20 |
+
|
| 21 |
+
### Data Fields
|
| 22 |
+
|
| 23 |
+
- **filename:** Name of the parsed pdf file.
|
| 24 |
+
- **document_id:** Unique ID of the document, it is the combination of the land parcel id_number of document from that land parcel.
|
| 25 |
+
- **content:** Extracted text content.
|
| 26 |
+
- **land_parcel_id:**
|
| 27 |
+
- **land_parcel_name:**
|
| 28 |
+
- **land_parcel_scanurl:**
|
| 29 |
+
|
| 30 |
+
## Dataset Creation
|
| 31 |
+
|
| 32 |
+
### Source Data
|
| 33 |
+
|
| 34 |
+
Comes from the module document_texts_creation.
|
| 35 |
+
|
| 36 |
+
### Licensing Information
|
| 37 |
+
|
| 38 |
+
[More Information Needed]
|