Is my image uploaded to a server when I use this OCR tool?
No. Text recognition runs in your browser using Tesseract.js, and your image is handed directly to the OCR engine locally - it's never uploaded anywhere. The browser does fetch the OCR engine's own script and English language data from a CDN the first time you use it, but that's the engine loading itself, not your image being sent out.