|
--- |
|
license: mit |
|
--- |
|
|
|
# Dataset Card for document_texts |
|
|
|
## Dataset Description |
|
|
|
* **Homepage:** [DSSGx Munich](https://sites.google.com/view/dssgx-munich-2023/startseite) organization page. |
|
|
|
* **Repository:** [GitHub](https://github.com/DSSGxMunich/land-sealing-dataset-and-analysis). |
|
|
|
### Dataset Summary |
|
|
|
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. |
|
|
|
## Dataset Structure |
|
|
|
### Data Fields |
|
|
|
- **filename:** Name of the parsed pdf file. |
|
- **document_id:** Unique ID of the document, it is the combination of the land parcel id_number of document from that land parcel. |
|
- **content:** Extracted text content. |
|
- **land_parcel_id:** Unique ID of the land parcel for the document. |
|
- **land_parcel_name:** Name of the land parcel for the document. |
|
- **land_parcel_scanurl:** URL for the parsed content. |
|
|
|
### Source Data |
|
|
|
Comes from the module document_texts_creation. |