nvda2cthulhu server plugin added. This can replace the nvda2speechd server if desired.

This commit is contained in:
Storm Dragon
2026-01-04 18:46:56 -05:00
parent 1f6a2a06e5
commit 89573b7544
7 changed files with 358 additions and 0 deletions

View File

@@ -65,6 +65,10 @@ optdepends=(
'python-webcolors: Color name lookup for OCR text decoration'
'tesseract: OCR engine for text recognition'
'tesseract-data-eng: English language data for Tesseract'
# nvda2cthulhu plugin (optional)
'python-msgpack: Msgpack decoding for nvda2cthulhu'
'python-tornado: WebSocket server for nvda2cthulhu'
)
makedepends=(
git