Skip to content

Commit 44851a2

Browse files
authored
📝Add German Abstract to README.md (#95)
1 parent 0134752 commit 44851a2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
![Black status badge](https://github.com/Hochfrequenz/ebd_table_to_graph/workflows/Black/badge.svg)
77
![PyPi Status Badge](https://img.shields.io/pypi/v/ebdtable2graph)
88

9-
This repository contains the source code of the Python package [`ebdtable2graph`](https://pypi.org/project/ebdtable2graph).
9+
🇩🇪 Dieses Repository enthält ein Python-Paket namens [`ebdtable2graph`](https://pypi.org/project/ebdtable2graph), das genutzt werden kann, um aus .docx-Dateien extrahierte maschinenlesbare Tabellen, die einen Entscheidungsbaum (EBD) modellieren, in echte Graphen zu konvertieren. Diese Entscheidungsbäume sind Teil eines regulatorischen Regelwerks für die deutsche Energiewirtschaft und kommen in der Eingangsprüfung der Marktkommunikation zum Einsatz.
10+
11+
🇬🇧 This repository contains the source code of the Python package [`ebdtable2graph`](https://pypi.org/project/ebdtable2graph).
1012

1113
## Rationale
1214

1315
Assume, that you scraped the Entscheidungsbaumdiagramm tables by EDI@Energy from their somewhat "digitized" PDF/DOCX files.
16+
(To do so, you can use the package [`ebddocx2table`](https://github.com/Hochfrequenz/ebddocx2table).)
1417
Also assume, that the result of your scraping is a [`ebdtable2graph.models.EbdTable`](src/ebdtable2graph/models/ebd_table.py).
1518

1619
The package `ebdtable2graph` contains logic to convert your scraped data into a graph.

0 commit comments

Comments
 (0)