Feedback adjustments
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 5.7 KiB |
@@ -0,0 +1,22 @@
|
||||
flowchart LR
|
||||
OCR["Texterkennung\n(Tesseract)"]
|
||||
Pre -->|Bilddaten| OCR
|
||||
OCR -->|Schlagworte| Post
|
||||
|
||||
%% Einlesen --> Pre
|
||||
%% Post --> Ausgabe
|
||||
|
||||
subgraph Pre[Vorverarbeitung]
|
||||
direction TB
|
||||
Pre1[Skalierung] --> Pre2
|
||||
Pre2[Thresholding] --> Pre3
|
||||
Pre3[Binarisierung]
|
||||
end
|
||||
|
||||
subgraph Post[Nachbearbeitung]
|
||||
direction TB
|
||||
Post1[Normalisierung] --> Post2
|
||||
Post2[Längenfilterung] --> Post3
|
||||
Post3[Duplikatfilterung] --> Post4
|
||||
Post4[RegEx-Filterung]
|
||||
end
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user