diff --git a/chapters/c30_konzept/annahmen.tex b/chapters/c30_konzept/annahmen.tex index 298558b..096e9e3 100644 --- a/chapters/c30_konzept/annahmen.tex +++ b/chapters/c30_konzept/annahmen.tex @@ -56,15 +56,16 @@ Bei der Texterkennung kommt es manchmal vor, dass grafische Elemente als Unicode \begin{figure}[ht] + \centering \begin{minipage}{0.45\textwidth} - \includegraphics[width=\textwidth]{include/ergebnisdaten_ungefiltert/image.png} + \includegraphics[width=0.90\textwidth]{include/postprocessing/source.png} \end{minipage} - \hspace{0.05\textwidth} + \hfill \begin{minipage}{0.5\textwidth} - \lstinputlisting[numbers=none]{include/ergebnisdaten_ungefiltert/words.json} + \lstinputlisting[numbers=none]{include/postprocessing/source.json} \end{minipage} \caption{Ungefilterte Liste von Ergebnisdaten bei Durchführung der Texterkennung in dem gezeigten Screenshot.} - \label{fig:screenshot_ergebnisdaten_ungefiltert} + \label{fig:screenshot_postprocessing} \end{figure} diff --git a/include/postprocessing/confidence.json b/include/postprocessing/confidence.json new file mode 100644 index 0000000..e69de29 diff --git a/include/postprocessing/duplikate.json b/include/postprocessing/duplikate.json new file mode 100644 index 0000000..e69de29 diff --git a/include/postprocessing/normalisierung.json b/include/postprocessing/normalisierung.json new file mode 100644 index 0000000..e69de29 diff --git a/include/postprocessing/regex.json b/include/postprocessing/regex.json new file mode 100644 index 0000000..e69de29 diff --git a/include/ergebnisdaten_ungefiltert/words.json b/include/postprocessing/source.json similarity index 100% rename from include/ergebnisdaten_ungefiltert/words.json rename to include/postprocessing/source.json diff --git a/include/ergebnisdaten_ungefiltert/image.png b/include/postprocessing/source.png similarity index 100% rename from include/ergebnisdaten_ungefiltert/image.png rename to include/postprocessing/source.png diff --git a/include/postprocessing/wortlänge.json b/include/postprocessing/wortlänge.json new file mode 100644 index 0000000..e69de29 diff --git a/main.pdf b/main.pdf index 05e9e29..54dea59 100644 Binary files a/main.pdf and b/main.pdf differ