Added a background worker using QThread for device screening and integrated Tesseract OCR for text recognition from images. Refactored project structure, updated CMakeLists for Tesseract support, and adjusted .gitignore for build files.
24 lines
264 B
Plaintext
24 lines
264 B
Plaintext
# CMake build directory
|
|
/build/
|
|
/CMakeFiles/
|
|
|
|
# macOS specific
|
|
.DS_Store
|
|
.idea/
|
|
|
|
cmake_install.cmake
|
|
CMakeCache.txt
|
|
Makefile
|
|
|
|
.qt/
|
|
|
|
# VS Code specific
|
|
.vscode/
|
|
/build.ninja
|
|
/.cmake/
|
|
/Testing/
|
|
/.ninja_deps
|
|
/.ninja_log
|
|
/ARCDesktopProject_autogen/
|
|
/ARCDesktopProject
|