{"id":19337224,"url":"https://github.com/mohdsaif-1807/ocr-text-scanner","last_synced_at":"2025-10-14T13:38:41.628Z","repository":{"id":260808114,"uuid":"882380849","full_name":"MohdSaif-1807/OCR-Text-Scanner","owner":"MohdSaif-1807","description":"OCR-Text-Scanner is an application that extracts and displays data from images of Indian passports and driving licenses (Maharashtra-specific). Built with a Flask backend utilizing Tesseract for OCR and regex for data extraction, it features a user-friendly frontend developed in React and Tailwind CSS. This tool simplifies retrieving essential data","archived":false,"fork":false,"pushed_at":"2024-11-02T17:40:14.000Z","size":184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T13:38:41.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MohdSaif-1807.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-02T17:19:31.000Z","updated_at":"2024-11-02T17:40:17.000Z","dependencies_parsed_at":"2024-11-02T18:36:29.785Z","dependency_job_id":null,"html_url":"https://github.com/MohdSaif-1807/OCR-Text-Scanner","commit_stats":null,"previous_names":["mohdsaif-1807/ocr-text-scanner"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MohdSaif-1807/OCR-Text-Scanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohdSaif-1807%2FOCR-Text-Scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohdSaif-1807%2FOCR-Text-Scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohdSaif-1807%2FOCR-Text-Scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohdSaif-1807%2FOCR-Text-Scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MohdSaif-1807","download_url":"https://codeload.github.com/MohdSaif-1807/OCR-Text-Scanner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohdSaif-1807%2FOCR-Text-Scanner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018706,"owners_count":26086610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T03:13:45.436Z","updated_at":"2025-10-14T13:38:41.592Z","avatar_url":"https://github.com/MohdSaif-1807.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OCR-Text-Scanner\n\nOCR-Text-Scanner is a powerful application designed to extract and display data from images, specifically tailored for Indian passports and driving licenses from Maharashtra. \n\n## Features\n\n- **Data Parsing**: Efficiently extracts essential information from images of Indian passports and driving licenses.\n- **User-Friendly Interface**: Built with React and Tailwind CSS for a responsive and intuitive user experience.\n\n## Tech Stack\n\n- **Backend**: Flask\n  - Utilizes **Tesseract** for Optical Character Recognition (OCR) to parse data from images.\n  - Employs **Regex** for precise information extraction from the parsed data.\n  \n- **Frontend**: React with Tailwind CSS\n  - Ensures a clean and modern interface for users.\n\n## Getting Started\n\nTo run this project locally, follow these steps:\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/yourusername/OCR-Text-Scanner.git\n   cd OCR-Text-Scanner\n   ```\n\n2. **Install Backend Dependencies**:\n   Navigate to the backend directory and install the required packages:\n   ```bash\n   cd backend\n   pip install \u003cpackage_name\u003e\n   ```\n\n3. **Run the Backend**:\n   Start the Flask server:\n   ```bash\n   python server.py\n   ```\n\n4. **Install Frontend Dependencies**:\n   Navigate to the frontend directory and install the required packages:\n   ```bash\n   cd frontend\n   npm install\n   ```\n\n5. **Run the Frontend**:\n   Start the React application:\n   ```bash\n   npm start\n   ```\n\n6. **Access the Application**:\n   Open your browser and go to `http://localhost:3000` to use the OCR-Text-Scanner.\n\n## Screenshots \n\nDashboard page:\n\n![image](https://github.com/user-attachments/assets/a99f6d3b-2fb5-495c-8566-d372d599e97f)\n\n\nUploaded driving license image:\n\n![image](https://github.com/user-attachments/assets/acc6664c-38be-4ca8-9d13-b1d694265150)\n\n\nAfter parsing of data from the image:\n\n![image](https://github.com/user-attachments/assets/3b4a1b47-5464-4929-aca1-fcf1ddbe971d)\n\n\nParsed data:\n\n![image](https://github.com/user-attachments/assets/d30f84a9-13c5-4367-89b9-957af0db800f)\n\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohdsaif-1807%2Focr-text-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohdsaif-1807%2Focr-text-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohdsaif-1807%2Focr-text-scanner/lists"}