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 +1 @@
Cette section est dédiée à la détection de grille. Elle est une étape cruciale dans notre projet, car elle permet de détecter la grille de mot dans une image.
For now, we ask the user to draw a rectangle around the grid. This allows us to determine the grid's coordinates and crop it accordingly. We chose this method to simplify the grid detection process. However, we plan to implement an automatic grid detection algorithm in the future.