{"id":22273861,"url":"https://github.com/geeksloth/eeasyocr","last_synced_at":"2025-06-11T09:33:11.186Z","repository":{"id":180127802,"uuid":"527128048","full_name":"geeksloth/eEasyOCR","owner":"geeksloth","description":"An edged demo of EasyOCR","archived":false,"fork":false,"pushed_at":"2022-10-26T06:51:44.000Z","size":584,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T16:52:19.242Z","etag":null,"topics":["easyocr"],"latest_commit_sha":null,"homepage":"","language":"Python","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/geeksloth.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":"2022-08-21T06:46:47.000Z","updated_at":"2024-11-11T14:17:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"31050c02-620b-4b30-b12e-5cb0c32f7773","html_url":"https://github.com/geeksloth/eEasyOCR","commit_stats":null,"previous_names":["geeksloth/eeasyocr"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2FeEasyOCR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2FeEasyOCR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2FeEasyOCR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2FeEasyOCR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geeksloth","download_url":"https://codeload.github.com/geeksloth/eEasyOCR/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2FeEasyOCR/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259239109,"owners_count":22826861,"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":["easyocr"],"created_at":"2024-12-03T13:16:39.278Z","updated_at":"2025-06-11T09:33:11.178Z","avatar_url":"https://github.com/geeksloth.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eEasyOCR #\nAn edge-version demonstration of [EasyOCR](https://github.com/JaidedAI/EasyOCR \"EasyOCR\"). Find text in uploaded image and get response in array format with confidence score.\n\n![Alt text](static/screenshot2.png?raw=true \"example output\")\n\n\n## Getting started ##\n1. Clone the script:\n```bash\ngit clone https://github.com/geeksloth/eEasyOCR.git \u0026\u0026 cd eEasyOCR\n```\n\n2. Running the script\n\n- For an easier way, use Docker container:\n```bash\ndocker compose up\n```\n\n- Otherwise, run on host environment. These following packages are required:\n```bash\npython3 -m pip install Flask Pillow easyocr\n```\n```bash\npython3 main.py\n```\n\n3. Test \nRun the script by typing ```ip:port``` in the browser:\n```bash\nlocalhost:5002\n```\n\n## Configuration ##\n- To use this script in your language, modify the ```main.py``` at the line ```ocr = easyocr.Reader(['th', 'en'])``` by add the supported languages referred to official page: [Jaided's EasyOCR](https://www.jaided.ai/easyocr/ \"EasyOCR\")\n- Install ```pytorch``` with GPU support wich work with ```CUDA``` for more performance and efficiency.\n- For NVIDIA device e.g. Jetson series, use the `nvidia runtime` in the `docker-compose.yml` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeeksloth%2Feeasyocr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeeksloth%2Feeasyocr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeeksloth%2Feeasyocr/lists"}