{"id":14977719,"url":"https://github.com/communotey/jscv","last_synced_at":"2026-02-09T10:02:13.352Z","repository":{"id":54585040,"uuid":"69399090","full_name":"communotey/JSCV","owner":"communotey","description":":eyes: Computer Vision done in Node.js","archived":false,"fork":false,"pushed_at":"2022-10-04T00:17:36.000Z","size":34,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T19:16:56.044Z","etag":null,"topics":["javascript","opencv"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/communotey.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":"2016-09-27T21:12:34.000Z","updated_at":"2022-11-17T14:46:29.000Z","dependencies_parsed_at":"2022-08-13T20:31:20.456Z","dependency_job_id":null,"html_url":"https://github.com/communotey/JSCV","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/communotey/JSCV","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/communotey%2FJSCV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/communotey%2FJSCV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/communotey%2FJSCV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/communotey%2FJSCV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/communotey","download_url":"https://codeload.github.com/communotey/JSCV/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/communotey%2FJSCV/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267376369,"owners_count":24077300,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["javascript","opencv"],"created_at":"2024-09-24T13:56:11.813Z","updated_at":"2026-02-09T10:02:13.070Z","avatar_url":"https://github.com/communotey.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSCV\n\n[![npm version](https://badgen.net/npm/v/jscv)](https://www.npmjs.com/package/jscv)\n[![dependencies Status](https://badgen.net/david/dep/communotey/jscv)](https://david-dm.org/communotey/jscv)\n[![codecov](https://badgen.net/codecov/c/github/communotey/jscv)](https://codecov.io/gh/communotey/jscv)\n\n## Computer Vision done in Node.js\n### By Chris Cates :star:\n\n## API\n\n### `JSCV.autoReadText();` - Automatically read text from an image through Computer Vision\n#### Object Parameters\n\n```javascript\nJSCV.readText({\n\t//The physical image in .png or .jpg format\n\t'image': '/path/to/image',\n\t//The RGBA values of the text\n\t'rgba': {\n\t\t'r': 0,\n\t\t'b': 0,\n\t\t'g': 0,\n\t\t'a': 255\n\t},\n\t//The variance in rgba if there is discoloration or distortion\n\t'variance': 20\n});\n```\n\n#### Supported font types:\n\n- Times New Roman\n- Lato\n- Sans Serif\n- Monospace\n- Serif\n- Open Sans\n\n### `JSCV.readText();` - Much faster then `JSCV.autoReadText();` since you can tune it to read for a specific font.\n#### Object Parameters\n\n```javascript\nJSCV.readText({\n\t//The physical image in .png or .jpg format\n\t'image': '/path/to/image',\n\t//The font face you are looking to read from\n\t'font': 'Lato',\n\t//The RGBA values of the text\n\t'rgba': {\n\t\t'r': 0,\n\t\t'b': 0,\n\t\t'g': 0,\n\t\t'a': 255\n\t},\n\t//The variance in rgba if there is discoloration or distortion\n\t'variance': 20\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommunotey%2Fjscv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommunotey%2Fjscv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommunotey%2Fjscv/lists"}