OCR and Translation Application Overview This project is an OCR (Optical Character Recognition) and Translation application that allows users to extract text from images and translate it into various languages. The application is built using Python's Tkinter for the GUI, alongside libraries such as Pillow for image handling, pytesseract for OCR, and googletrans for translation. The project includes the following key features: Upload images for text extraction (OCR). Detect the source language automatically or specify it manually. Translate extracted text into the desired language. User-friendly graphical interface with scalable elements and responsive design. Features OCR (Text Extraction from Images): Extracts text from uploaded image files using pytesseract. Automatic and Manual Language Detection: Detects the source language automatically or allows users to select the source language manually. Translation