Skip to content

Commit 89587d2

Browse files
docs: fix example image path
1 parent 42088df commit 89587d2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ Text is at different regions
101101
```
102102

103103
output.png
104-
![output.png](docs\output.png)
104+
![output.png](docs/output.png)
105105

106106
verbose:
107-
![output.png](docs\getGrayScaleImage.png)
108-
![output.png](docs\removeNoise.png)
109-
![output.png](docs\applyThresholdingInv.png)
110-
![output.png](docs\getDilatedImage.png)
107+
![getGrayScaleImage.png](docs/getGrayScaleImage.png)
108+
![removeNoise.png](docs/removeNoise.png)
109+
![applyThresholdingInv.png](docs/applyThresholdingInv.png)
110+
![getDilatedImage.png](docs/getDilatedImage.png)
111111

112112
## Built With
113113

0 commit comments

Comments
 (0)