Go to file
2024-11-06 22:51:03 +11:00
database Batched asynchronous API requests. Added additional draw options. 2024-11-06 22:51:03 +11:00
helpers Batched asynchronous API requests. Added additional draw options. 2024-11-06 22:51:03 +11:00
templates Batched asynchronous API requests. Added additional draw options. 2024-11-06 22:51:03 +11:00
.gitignore Added support for Groqq API models. Created QT6 overlay app. 2024-11-04 15:36:50 +11:00
api_models.json Batched asynchronous API requests. Added additional draw options. 2024-11-06 22:51:03 +11:00
config.py Batched asynchronous API requests. Added additional draw options. 2024-11-06 22:51:03 +11:00
data.py Batched asynchronous API requests. Added additional draw options. 2024-11-06 22:51:03 +11:00
draw.py Batched asynchronous API requests. Added additional draw options. 2024-11-06 22:51:03 +11:00
logging_config.py Batched asynchronous API requests. Added additional draw options. 2024-11-06 22:51:03 +11:00
main.py Batched asynchronous API requests. Added additional draw options. 2024-11-06 22:51:03 +11:00
README.md Added support for Groqq API models. Created QT6 overlay app. 2024-11-04 15:36:50 +11:00
view_buffer_app.py Batched asynchronous API requests. Added additional draw options. 2024-11-06 22:51:03 +11:00
web_app.py Batched asynchronous API requests. Added additional draw options. 2024-11-06 22:51:03 +11:00

Debugging Issues

  1. CUDNN Version mismatch when using PaddleOCR. Check if LD_LIBRARY_PATH is correctly set to the directory containing the cudnn.so file. If using a local installation, it could help to just remove nvidia-cudnn-cn12 from python environment.
  2. Segmentation fault when using PaddleOCR, EasyOCR or RapidOCR. Ensure the only cv2 library is the opencv-contrib-python library. Check out https://pypi.org/project/opencv-python-headless/ for more info.