{"id":16967147,"url":"https://github.com/phaticusthiccy/image-to-text","last_synced_at":"2025-04-14T15:10:44.654Z","repository":{"id":57136060,"uuid":"363741190","full_name":"phaticusthiccy/Image-to-Text","owner":"phaticusthiccy","description":"It converts images to rgba based text. ","archived":false,"fork":false,"pushed_at":"2021-05-02T22:24:53.000Z","size":75,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T04:02:29.146Z","etag":null,"topics":["image-processing","javascript","text"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phaticusthiccy.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}},"created_at":"2021-05-02T20:13:48.000Z","updated_at":"2021-05-11T15:18:31.000Z","dependencies_parsed_at":"2022-08-26T12:21:32.650Z","dependency_job_id":null,"html_url":"https://github.com/phaticusthiccy/Image-to-Text","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/phaticusthiccy%2FImage-to-Text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaticusthiccy%2FImage-to-Text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaticusthiccy%2FImage-to-Text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaticusthiccy%2FImage-to-Text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phaticusthiccy","download_url":"https://codeload.github.com/phaticusthiccy/Image-to-Text/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248904640,"owners_count":21180835,"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":["image-processing","javascript","text"],"created_at":"2024-10-14T00:07:42.417Z","updated_at":"2025-04-14T15:10:44.620Z","avatar_url":"https://github.com/phaticusthiccy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image-to-Text\nIt converts images too rgba based text. \n\n### NPM PACKAGE 📦\n`npm i @phaticusthiccy/image-to-text`\n\n### Example 🧪\n```js\nvar tti = require('@phaticusthiccy/image-to-text');\n\nvar options = {\n  fit:    'box',\n  width:  200,\n  height: 100\n}\n\ntti('path/to/image.png', options, function (err, rgba) {\n  if (err) throw err;\n\n  console.log(rgba);\n});\n```\n\n### CLI 💻\n```\nGetting ready..\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphaticusthiccy%2Fimage-to-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphaticusthiccy%2Fimage-to-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphaticusthiccy%2Fimage-to-text/lists"}