feat: Translate some parts in english and create folder for conclusion

This commit is contained in:
2024-11-01 14:54:36 +01:00
parent cf560dd8ba
commit 499178b2aa
7 changed files with 9 additions and 11 deletions

View File

@ -1,5 +1,3 @@
The second step of the process involves converting each pixel from grayscale to black and white. This further simplifies the image by retaining only two colors: black and white. As a result, the OCR can more effectively recognize different characters and process the information more quickly, since it only has to differentiate between two color values: black and white.
To complete this process, the functions \verb'void pixel_to_black_white' and \verb'void pixel_to_grayscale' are executed sequentially. This results in an output image in grayscale.
TODO: Add some images to illustrate the process.