{"id":16454982,"url":"https://github.com/lucadibello/imagereader","last_synced_at":"2025-03-23T10:32:28.338Z","repository":{"id":43247169,"uuid":"198792660","full_name":"lucadibello/ImageReader","owner":"lucadibello","description":"Using Flask and Tesseract this website is able to read all the text written in an image using OCR (Optical Character Recognition).","archived":false,"fork":false,"pushed_at":"2023-05-01T21:14:43.000Z","size":2257,"stargazers_count":21,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T00:01:49.443Z","etag":null,"topics":["flask","jinja2-templates","ocr","ocr-recognition","python3","tesseract-ocr","tesseract-ocr-api"],"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/lucadibello.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":"2019-07-25T08:42:05.000Z","updated_at":"2024-12-13T06:37:20.000Z","dependencies_parsed_at":"2024-10-11T10:20:43.111Z","dependency_job_id":null,"html_url":"https://github.com/lucadibello/ImageReader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucadibello%2FImageReader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucadibello%2FImageReader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucadibello%2FImageReader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucadibello%2FImageReader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucadibello","download_url":"https://codeload.github.com/lucadibello/ImageReader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244290915,"owners_count":20429442,"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":["flask","jinja2-templates","ocr","ocr-recognition","python3","tesseract-ocr","tesseract-ocr-api"],"created_at":"2024-10-11T10:20:40.438Z","updated_at":"2025-03-23T10:32:27.794Z","avatar_url":"https://github.com/lucadibello.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ImageReader\r\nThis website is able to read all the text written in an image using OCR (Optical Character Recognition).\r\nIt uses Flask (back-end) and as front-end framework Material Design Bootstrap (jQuery edition).\r\n\r\n## Homepage\r\n![Home page](static/img/readme/home.PNG)\r\n\r\n## Scan results\r\n![Scan result](static/img/readme/result.PNG)\r\n\r\n# Setup\r\n## Install requirements\r\n### UNIX\r\n```bash\r\npip3 install -r requirements.txt\r\n```\r\n\r\n### Windows\r\n```bash\r\npip install -r requirements.txt\r\n```\r\n\r\n\r\n## Setup Tesseract path\r\nInsert Tesseract file path in main.py (line 54):\r\n\r\n```python\r\n# Example: r'D:\\TesseractOCR\\tesseract'\r\npytesseract.pytesseract.tesseract_cmd = r'\u003cpath_to_tesseract_exe\u003e'\r\n```\r\n\r\n# Start Flask webserver\r\n## UNIX\r\n```'bash\r\npython3 main.py\r\n```\r\n\r\n## Windows\r\n```bash\r\npython main.py\r\n```\r\n\r\nPS: The webserver will start on the port 5000\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucadibello%2Fimagereader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucadibello%2Fimagereader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucadibello%2Fimagereader/lists"}