"docs/source/vscode:/vscode.git/clone" did not exist on "bc8640b4722abf6587fb4cc2521da45aeb55a711"
perf(model): add threading lock for OCR model initialization
- Introduce a lock to synchronize access to OCR model initialization- This change improves thread safety when multiple threads access the OCR model concurrently - The lock ensures that the OCR model is initialized only once, even in multi-threaded scenarios
Showing
Please register or sign in to comment