{"id":19225958,"url":"https://github.com/developer239/tesseract-nodejs","last_synced_at":"2025-09-04T18:12:41.912Z","repository":{"id":97424828,"uuid":"430348312","full_name":"developer239/tesseract-nodejs","owner":"developer239","description":"Nodejs bindings to Tesseract 4.","archived":false,"fork":false,"pushed_at":"2021-11-21T15:56:33.000Z","size":241,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-06T01:02:29.099Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/developer239.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2021-11-21T11:35:02.000Z","updated_at":"2021-11-21T16:06:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"9fe2455d-d242-4d68-89fc-90f6d08429bf","html_url":"https://github.com/developer239/tesseract-nodejs","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer239%2Ftesseract-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer239%2Ftesseract-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer239%2Ftesseract-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer239%2Ftesseract-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developer239","download_url":"https://codeload.github.com/developer239/tesseract-nodejs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240298863,"owners_count":19779349,"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":[],"created_at":"2024-11-09T15:16:54.788Z","updated_at":"2025-02-23T10:18:56.146Z","avatar_url":"https://github.com/developer239.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tesseract Node.js\n\n[![npm version](http://img.shields.io/npm/v/tesseract-nodejs.svg?style=flat)](https://www.npmjs.com/package/tesseract-nodejs \"View this project on npm\")\n\nNode bindings for Tesseract OCR library. Currently, only supports Mac.\n\n## Dependencies\n\nIn order to make this library work you have to install Tesseract on your machine. I highly recommend to just use `brew`. Otherwise, you can look [here and follow official installation instructions](https://github.com/tesseract-ocr/tesseract#installing-tesseract).\n\n```\nbrew install tesseract\n```\n\nAll you have to do after that is to install this library with `yarn` or `npm`.\n\n```\nyarn add tesseract-nodejs\n```\n\n## Example\n\n```js\nimport { Tesseract } from 'tesseract-nodejs'\n\nconst tesseract = new Tesseract()\nconst outputText = tesseract.read(__dirname + '/example.png')\n\nconsole.log(`\nR E S U L T:\n\n${outputText}\n`)\n\n// R E S U L T:\n//\n// { you will find Tesseract output here }\n```\n\n## TODO\n\n- [ ] Add support for more functions\n- [ ] Add support for other systems (not likely to happen any time soon)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloper239%2Ftesseract-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloper239%2Ftesseract-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloper239%2Ftesseract-nodejs/lists"}