{"id":19459331,"url":"https://github.com/pranav-nagpure/text-extraction","last_synced_at":"2026-04-15T00:32:35.695Z","repository":{"id":159695802,"uuid":"628793206","full_name":"Pranav-Nagpure/Text-Extraction","owner":"Pranav-Nagpure","description":"Web Application to extract text from image","archived":false,"fork":false,"pushed_at":"2023-05-19T15:28:21.000Z","size":203,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T11:49:10.933Z","etag":null,"topics":["flask-application","html-css-javascript","image-processing","python","tesseract-ocr","text-extraction"],"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/Pranav-Nagpure.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":"2023-04-17T01:53:45.000Z","updated_at":"2023-05-19T15:30:40.000Z","dependencies_parsed_at":"2023-06-28T08:46:12.213Z","dependency_job_id":null,"html_url":"https://github.com/Pranav-Nagpure/Text-Extraction","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pranav-Nagpure/Text-Extraction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pranav-Nagpure%2FText-Extraction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pranav-Nagpure%2FText-Extraction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pranav-Nagpure%2FText-Extraction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pranav-Nagpure%2FText-Extraction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pranav-Nagpure","download_url":"https://codeload.github.com/Pranav-Nagpure/Text-Extraction/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pranav-Nagpure%2FText-Extraction/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31821551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["flask-application","html-css-javascript","image-processing","python","tesseract-ocr","text-extraction"],"created_at":"2024-11-10T17:31:32.470Z","updated_at":"2026-04-15T00:32:35.659Z","avatar_url":"https://github.com/Pranav-Nagpure.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n# __Text Extraction__\n\n### Built Using\n  \n[![Python][python-shield]][python-url]\n[![html-css-js][html-css-js-shield]][html-css-js-url]\n[![Flask][flask-shield]][flask-url]\n[![Tesseract][tesseract-shield]][tesseract-url]\n\n\u003c/div\u003e\n\n## __About__\n\u003cp align=\"justify\"\u003e\nWeb Application to extract text from images using \u003ca href=\"https://pypi.org/project/pytesseract\"\u003epytesseract\u003c/a\u003e.\n\nSample Image: https://media.geeksforgeeks.org/wp-content/cdn-uploads/20220401160946/HTML-Basic-Format-768x534.png\n\nSee the implementation details with \u003ca href=\"https://github.com/Pranav-Nagpure/Text-Extraction-NB.git\"\u003eIPython Notebook\u003c/a\u003e\n\u003c/p\u003e\n\n## __Getting Started__\n\nThis Project is Built With [![Anaconda][anaconda-shield]][anaconda-url] [![VSCode][vscode-shield]][vscode-url] [![Render][render-shield]][render-url]\n\n### __Installation__\nTo use the app on local machine, open Anaconda Prompt and run the following commands:\n\n1. Clone the Repository\n```sh\ngit clone https://github.com/Pranav-Nagpure/Text-Extraction.git\n```\n\n2. Change Working Directory\n```sh\ncd Text-Extraction\n```\n\n3. If needed create a Virtual Environment and activate it\n```sh\nconda create -n environment_name python=3.10\nconda activate environment_name\n```\n\n4. Install the requirements\n```sh\nconda install -c conda-forge tesseract\npython -m pip install -r requirements.txt\n```\n\n5. Run the App\n```sh\npython app.py\n```\n\n6. Open the URL generated in a browser to use the App\n\n7. You can use image in the sample_images folder\n\n\u003cp align=\"right\"\u003e\n(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\n\u003c/p\u003e\n\n[python-shield]: https://raw.githubusercontent.com/Pranav-Nagpure/Support-Repository/master/images/python-shield.png \"Python\"\n[python-url]: https://www.python.org\n\n[html-css-js-shield]: https://raw.githubusercontent.com/Pranav-Nagpure/Support-Repository/master/images/html-css-js-shield.png\n[html-css-js-url]: https://html.spec.whatwg.org \"HTML | CSS | JavaScript\"\n\n[anaconda-shield]: https://raw.githubusercontent.com/Pranav-Nagpure/Support-Repository/master/images/anaconda-shield.png\n[anaconda-url]: https://www.anaconda.com \"Anaconda\"\n\n[vscode-shield]: https://raw.githubusercontent.com/Pranav-Nagpure/Support-Repository/master/images/vscode-shield.png\n[vscode-url]: https://code.visualstudio.com \"VSCode\"\n\n[render-shield]: https://raw.githubusercontent.com/Pranav-Nagpure/Support-Repository/master/images/render-shield.png\n[render-url]: https://render.com \"Render\"\n\n[flask-shield]: https://raw.githubusercontent.com/Pranav-Nagpure/Support-Repository/master/images/flask-shield.png \"Flask\"\n[flask-url]: https://flask.palletsprojects.com\n\n[tesseract-shield]: https://raw.githubusercontent.com/Pranav-Nagpure/Support-Repository/master/images/tesseract-shield.png\n[tesseract-url]: https://github.com/tesseract-ocr \"Tesseract\"","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpranav-nagpure%2Ftext-extraction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpranav-nagpure%2Ftext-extraction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpranav-nagpure%2Ftext-extraction/lists"}