Update README.md
Browse files
README.md
CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
|
|
5 |
---
|
6 |
# About `sbb_binarization`
|
7 |
|
8 |
-
This is a model for document image binarization. It can be
|
9 |
-
to convert all pixels in a color or grayscale document image
|
10 |
-
only black or white pixels. The main purpose is to improve the
|
11 |
contrast between foreground (text) and background (paper) for
|
12 |
purposes of OCR. The model is based on a `ResNet50-Unet` model.
|
13 |
|
|
|
5 |
---
|
6 |
# About `sbb_binarization`
|
7 |
|
8 |
+
This is a CNN model for document image binarization. It can be
|
9 |
+
used to convert all pixels in a color or grayscale document image
|
10 |
+
to only black or white pixels. The main purpose is to improve the
|
11 |
contrast between foreground (text) and background (paper) for
|
12 |
purposes of OCR. The model is based on a `ResNet50-Unet` model.
|
13 |
|