{"id":22025121,"url":"https://github.com/cipherswami/clipocr","last_synced_at":"2025-03-23T10:46:01.717Z","repository":{"id":264547484,"uuid":"893637079","full_name":"cipherswami/clipocr","owner":"cipherswami","description":"Python script to extract the text from clipboard images and then automatically copy back the recognized text to clipboard.","archived":false,"fork":false,"pushed_at":"2024-11-25T00:23:20.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T17:21:57.837Z","etag":null,"topics":["clipboard","ocr","windows"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cipherswami.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-24T23:38:17.000Z","updated_at":"2024-11-25T00:23:23.000Z","dependencies_parsed_at":"2024-11-26T08:45:25.222Z","dependency_job_id":null,"html_url":"https://github.com/cipherswami/clipocr","commit_stats":null,"previous_names":["cipherswami/clipocr"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipherswami%2Fclipocr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipherswami%2Fclipocr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipherswami%2Fclipocr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipherswami%2Fclipocr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cipherswami","download_url":"https://codeload.github.com/cipherswami/clipocr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245090862,"owners_count":20559296,"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","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":["clipboard","ocr","windows"],"created_at":"2024-11-30T07:14:08.621Z","updated_at":"2025-03-23T10:46:01.695Z","avatar_url":"https://github.com/cipherswami.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClipOCR :: CIPH3R\n\n## Introduction\n\n`ClipOCR` is a python script to extract the text from clipboard images and then automatically copy back the recognized text to clipboard.\n\n## Motive\n\n- Many users often need to extract text from images quickly without manually typing or scanning the text. `ClipOCR` solves this problem by providing an automated way to capture text from clipboard images.\n  \n## Pre Installation:\n\n- Clone the repository using the following command (or) download the latest ZIP file from [here](https://codeload.github.com/cipherswami/clipocr/zip/refs/heads/main), and extract it:\n\n    ```sh\n    git clone https://github.com/cipherswami/clipocr.git\n    ```\n\n- Install Tesseract OCR from [here](https://github.com/tesseract-ocr/tesseract), and ensure it is added to your system PATH.\n\n  - Now go to the src folder containing `clipocr.py` and edit the script to configure the path for Tesseract OCR if needed:\n\n    ```python\n    # Set your custom Tesseract OCR's path if changed\n    pytesseract.pytesseract.tesseract_cmd = r'C:\\your\\path\\to\\tesseract.exe'\n    ```\n- Ensure **Python 3** is installed; if not, download it from [python.org](https://www.python.org/downloads/) and install it, making sure to check the '**Add Python to PATH**' option during installation. After installation, verify the version and install the required dependencies:\n\n    - To check version:\n      ```powershell\n      python --version\n      ```\n    - To install dependencies:\n      ```\n      pip install -r requirements.txt\n      ```\n\n## Installation\n\n- To install, right-click on the `install.bat` and run it as **Administrator**:\n\n  - If you encounter **Windows protected your PC** popup, click on `More info` and then choose `Run anyway` (or) If you see any **Unknown publisher** popup, simply choose `Run`.\n\n  - NOTE: This is a simple installer script; there is no need to worry about any viruses. The entire code is open source, so you can review it if you wish.\n\n- et voilà! installation is done. Now, you can safly delete the repository.\n\n- **Usage**: Use \"`CTRL + ALT + C`\" to automatically copy the recognizable text from clipboard images back to the clipboard.\n  \n**NOTE**: Do not delete the desktop shortcut file.\n\n## Uninstallation\n\n- To uninstall, simply right-click on the `uninstall.bat` and run it as **Administrator**:\n\n  - If you encounter **Windows protected your PC** popup, click on `More info` and then choose `Run anyway` (or) If you see any **Unknown publisher** popup, simply choose `Run`.\n\n  - NOTE: This is a simple uninstaller script; there is no need to worry about any viruses. The entire code is open source, so you can review it if you wish.\n\n# People\n\n### Author\n- Aravind Potluri \\\u003caravindswami135@gmail.com\\\u003e\n\n# License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\nFeel free to contribute to this project by opening issues and submitting pull requests. Your feedback and contributions are highly appreciated!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcipherswami%2Fclipocr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcipherswami%2Fclipocr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcipherswami%2Fclipocr/lists"}