diff --git a/.vscode/ltex.dictionary.de-DE.txt b/.vscode/ltex.dictionary.de-DE.txt index 672c1d5c658bbc1c25a806d919ec6732c59b336b..3c791c0ce11215f836938faecc56efbd46d486a3 100644 --- a/.vscode/ltex.dictionary.de-DE.txt +++ b/.vscode/ltex.dictionary.de-DE.txt @@ -6,3 +6,4 @@ SIMATIC Nanopanel Objektivlänge PoE +Tesseract diff --git a/Praxisbericht.pdf b/Praxisbericht.pdf index 58a6865a4f1d02fcdc663aab62f18323971a7882..3ea9b5f69b5effe68f46b7a68f0fe9cae791aa95 100644 Binary files a/Praxisbericht.pdf and b/Praxisbericht.pdf differ diff --git a/Praxisbericht.tex b/Praxisbericht.tex index 02c965bcac798d44ea70cfedbbf555a519b7d00d..5e0d232b9d878a700be8922b526f1a6e08d85508 100644 --- a/Praxisbericht.tex +++ b/Praxisbericht.tex @@ -110,6 +110,26 @@ \chapter{Umsetzung in Python} \label{chap: python} + Das Softwaremodul zur Schrifterkennung wird in Python umgesetzt. Das folgende Kapitel dient zur Dokumentation des Codes. + + \section{Schnittstelle} \label{sec: interface} + + \section{Vorgehen bei der Erkennung} + + \subsection{Verbesserung der Bildqualität} \label{sub: filtering} + \subsection{Binarisierung} \label{sub: binarysation} + \subsection{Morphologische Operationen} \label{sub: morph} + \subsection{Finden und filtern von Konturen} \label{sub: contours} + \subsection{Rotieren der gefundenen Sektionen} \label{sub: rotate} + \subsection{Übergabe an Tesseract} \label{sub: call tesseract} + \subsection{Textanalyse des Ergebnisses} + + \section{Automatisiertes Testen} \label{sec: testing} + + \section{Debugging Optionen} \label{sec: debugging} + + \section{Packaging} \label{sub: packaging} + \chapter{Abschlusstest} \label{chap: abschluss} \printbibliography