{"id":24656655,"url":"https://github.com/jingshing-python/detectwordfromimage","last_synced_at":"2025-03-21T03:13:55.556Z","repository":{"id":181110141,"uuid":"666238956","full_name":"JingShing-Python/DetectWordFromImage","owner":"JingShing-Python","description":"A simple method to get word from image. Using pytesseract.","archived":false,"fork":false,"pushed_at":"2023-07-14T03:33:08.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-25T23:41:02.371Z","etag":null,"topics":["detection","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/JingShing-Python.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}},"created_at":"2023-07-14T03:22:47.000Z","updated_at":"2023-07-14T03:33:35.000Z","dependencies_parsed_at":"2023-07-14T04:35:40.562Z","dependency_job_id":null,"html_url":"https://github.com/JingShing-Python/DetectWordFromImage","commit_stats":null,"previous_names":["jingshing-python/detectwordfromimage"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JingShing-Python%2FDetectWordFromImage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JingShing-Python%2FDetectWordFromImage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JingShing-Python%2FDetectWordFromImage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JingShing-Python%2FDetectWordFromImage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JingShing-Python","download_url":"https://codeload.github.com/JingShing-Python/DetectWordFromImage/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244728235,"owners_count":20500023,"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":["detection","python"],"created_at":"2025-01-25T23:39:08.696Z","updated_at":"2025-03-21T03:13:55.530Z","avatar_url":"https://github.com/JingShing-Python.png","language":"Python","readme":"English | [繁體中文](README_TCH.md)\n# DetectWordFromImage\nA simple method to get word from image. Using pytesseract.\n\n# Usage\nYou can using this script to get word from your image.\n\n# Before start\n## tesseract\nYou need to install [tesseract](https://github.com/UB-Mannheim/tesseract/wiki) before using the script.\n\nIn default it will be english detect only. So if you want get more language to detect it can be download in here: [traineddata](https://github.com/tesseract-ocr/tessdata/tree/main).\n\nAnd you can put these data set in the ```path_you_install\\Tesseract-OCR\\tessdata\\``` folder.\n\nI highly recommend you to put ```path_you_install\\Tesseract-OCR\\``` this folder to your system path to easily using the script. Or you will need to add a line in the code:\n```py\npytesseract.pytesseract.tesseract_cmd = r'path:\\Tesseract-OCR\\tesseract.exe'\n```\n\n## python modules\nYou will need to install these python module:\n\n```cmd\npip install pillow\npip install pytesseract\n```\n\nAnd I recommend to install opencv for image editing to get better effect:\n\n```cmd\npip install opencv-python\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjingshing-python%2Fdetectwordfromimage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjingshing-python%2Fdetectwordfromimage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjingshing-python%2Fdetectwordfromimage/lists"}