feat(ocr): add /ocr endpoint for screen, region, and image input
All checks were successful
python-syntax / syntax-check (push) Successful in 5s
python-syntax / syntax-check (pull_request) Successful in 4s

This commit is contained in:
2026-04-06 13:48:33 +02:00
parent 2955426f14
commit 097c6a095c
4 changed files with 240 additions and 0 deletions

View File

@@ -4,3 +4,4 @@ python-dotenv>=1.0.1
mss>=9.0.1
pillow>=10.4.0
pyautogui>=0.9.54
pytesseract>=0.3.10