{"id":19776962,"url":"https://github.com/madeindra/image-to-text","last_synced_at":"2026-05-16T17:04:13.843Z","repository":{"id":214411174,"uuid":"736287379","full_name":"madeindra/image-to-text","owner":"madeindra","description":"Image to Text (OCR) built using Typescript with Fastify and Tesseract.js","archived":false,"fork":false,"pushed_at":"2023-12-30T03:05:54.000Z","size":281,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T07:32:19.385Z","etag":null,"topics":["fastify","image-to-text","ocr","tesseract"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/madeindra.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-12-27T13:48:01.000Z","updated_at":"2025-09-19T13:35:03.000Z","dependencies_parsed_at":"2023-12-28T03:05:56.599Z","dependency_job_id":"82a27282-0c21-4e32-8856-bf7e9549b5e2","html_url":"https://github.com/madeindra/image-to-text","commit_stats":null,"previous_names":["madeindra/image-to-text"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/madeindra/image-to-text","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindra%2Fimage-to-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindra%2Fimage-to-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindra%2Fimage-to-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindra%2Fimage-to-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madeindra","download_url":"https://codeload.github.com/madeindra/image-to-text/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindra%2Fimage-to-text/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33111497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["fastify","image-to-text","ocr","tesseract"],"created_at":"2024-11-12T05:22:38.943Z","updated_at":"2026-05-16T17:04:13.812Z","avatar_url":"https://github.com/madeindra.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image to Text (OCR)\n\nSimple Image to Text using Tesseract.js for the OCR.\n\n![preview](https://raw.githubusercontent.com/madeindra/image-to-text/master/preview.png \"preview\")\n\n## Installation\n\n1. Clone the repository\n```\ngit clone https://github.com/madeindra/image-to-text.git\n```\n\n2. Install dependencies\n```\nnpm install\n```\n\n3. Build the project\n```\nnpm run build\n```\n\n4. Export environment variables:\n```\nexport PORT=3000\nexport HOST=localhost\n```\n\n5. Start the server \n```\nnpm start\n```\n\n## Usage\n\n1. Open your browser and visit `http://localhost:3000`\n\n2. Select your image file (try `sample.png` from this repository)\n\n3. Click `Read Image` button\n\n4. Result will be shown in the textarea\n\n## API Documentation\n\n### Recognize Text in an Image\n\nPOST /recognize\n\n```\nform/multipart-data\n\nimage: yourimagefile\nlanaguage: eng\n```\n\n## TODOs\n- [X] Homepage\n- [X] Multiple language support\n- [ ] Adjust image adjustment before OCR\n- [ ] Docker support\n- [ ] Testings\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeindra%2Fimage-to-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadeindra%2Fimage-to-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeindra%2Fimage-to-text/lists"}