more feedback
This commit is contained in:
@@ -2,21 +2,19 @@ flowchart LR
|
||||
OCR["Texterkennung\n(Tesseract)"]
|
||||
Pre -->|Bilddaten| OCR
|
||||
OCR -->|Schlagworte| Post
|
||||
|
||||
%% Einlesen --> Pre
|
||||
%% Post --> Ausgabe
|
||||
Post -->|Schlagworte| Lookup
|
||||
Lookup -->|Schlagworte| Bericht
|
||||
|
||||
subgraph Pre[Vorverarbeitung]
|
||||
direction TB
|
||||
Pre1[Skalierung] --> Pre2
|
||||
Pre2[Thresholding] --> Pre3
|
||||
Pre2[" ... "] --> Pre3
|
||||
Pre3[Binarisierung]
|
||||
end
|
||||
|
||||
subgraph Post[Nachbearbeitung]
|
||||
direction TB
|
||||
Post1[Normalisierung] --> Post2
|
||||
Post2[Längenfilterung] --> Post3
|
||||
Post3[Duplikatfilterung] --> Post4
|
||||
Post4[RegEx-Filterung]
|
||||
Post2[" ... "] --> Post3
|
||||
Post3[RegEx-Filterung]
|
||||
end
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,8 @@
|
||||
flowchart LR
|
||||
subgraph Post[Nachbearbeitung]
|
||||
direction LR
|
||||
Post1[Confidence-Filter] --> Post2
|
||||
Post2[Normalisieren] --> Post3
|
||||
Post3[Duplikatentfernung] --> Post4
|
||||
Post4[RegEx-Filterung]
|
||||
end
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
@@ -0,0 +1,10 @@
|
||||
flowchart LR
|
||||
subgraph Pre[Vorverarbeitung]
|
||||
direction LR
|
||||
Pre1[Skalieren] --> Pre2
|
||||
Pre2[Normalisieren] --> Pre3
|
||||
Pre3[Thresholding] --> Pre4
|
||||
Pre4[Rand hinzufügen] --> Pre5
|
||||
Pre5[Binarisieren] --> Pre6
|
||||
Pre6[Negieren]
|
||||
end
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
Reference in New Issue
Block a user