OCR is much more feature complete.

This commit is contained in:
Storm Dragon
2025-08-22 13:01:43 -04:00
parent 1fed5922c3
commit 928bae6d86
7 changed files with 849 additions and 36 deletions

View File

@@ -31,7 +31,6 @@ depends=(
python-dasbus
# AI Assistant dependencies (for screenshots, HTTP requests, and actions)
python-pillow
python-requests
python-pyautogui
@@ -58,6 +57,12 @@ optdepends=(
'openai-codex: ChatGPT AI provider support'
'gemini-cli: Gemini AI provider support'
'ollama: Local AI model support'
# OCR plugin dependencies (optional)
'python-pillow: Image processing for OCR and AI Assistant'
'python-pytesseract: Python wrapper for Tesseract OCR engine'
'tesseract: OCR engine for text recognition'
'tesseract-data-eng: English language data for Tesseract'
)
makedepends=(
git