adding tesseract OCR for floorplan detection

This commit is contained in:
Kadir 2024-03-10 22:32:34 +00:00
parent 508aa02812
commit d108bf11ee
8 changed files with 153 additions and 29 deletions

View file

@ -15,6 +15,7 @@ torchvision = "^0.17.1"
torchaudio = "^2.2.1"
jupyterlab = "^4.1.2"
pandas = "^2.2.1"
pytesseract = "^0.3.10"
[build-system]