Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/de/home/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ subtitle = ''
columns = "1"
+++

*Eine längere Einführung zu pd3f gibt es in einem [Blog-Post auf der Seite des Prototype Fund](https://demoweek.prototypefund.de/projects/06-ddd.html).*
*Eine längere Einführung zu pd3f gibt es in einem [Blog-Post auf der Seite des Prototype Fund](https://archive.demoweek.prototypefund.de/runde7/projects/06-ddd.html).*

pd3f erkennt automatisiert Text auf gescannte PDFs mit [OCRmyPDF](https://github.com/jbarlow83/OCRmyPDF) (Tesseract) und extrahiert Tabellen mit [Camelot](https://github.com/camelot-dev/camelot) und [Tabula](https://github.com/tabulapdf/tabula).
Es baut auf der Ausgabe von [Parsr](https://github.com/axa-group/Parsr) auf.
Expand Down
2 changes: 1 addition & 1 deletion content/en/home/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ subtitle = ''
columns = "1"
+++

*A longer introduction to pd3f in German [on the site of the Prototype Fund](https://demoweek.prototypefund.de/projects/06-ddd.html).*
*A longer introduction to pd3f in German [on the site of the Prototype Fund](https://archive.demoweek.prototypefund.de/runde7/projects/06-ddd.html).*

pd3f can OCR scanned PDFs with [OCRmyPDF](https://github.com/jbarlow83/OCRmyPDF) (Tesseract) and extracts tables with [Camelot](https://github.com/camelot-dev/camelot) and [Tabula](https://github.com/tabulapdf/tabula).
It's built upon the output of [Parsr](https://github.com/axa-group/Parsr).
Expand Down