{"id":19670042,"url":"https://github.com/native-bindings/libtesseract","last_synced_at":"2026-04-28T16:02:42.763Z","repository":{"id":75527733,"uuid":"119114078","full_name":"native-bindings/libtesseract","owner":"native-bindings","description":"Tesseract OCR bindings to NodeJS","archived":false,"fork":false,"pushed_at":"2018-01-26T23:31:21.000Z","size":43,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T01:51:39.321Z","etag":null,"topics":["bindings","c","javascript","nodejs","tesseract"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/native-bindings.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}},"created_at":"2018-01-26T23:23:48.000Z","updated_at":"2023-11-13T12:50:38.000Z","dependencies_parsed_at":"2023-06-06T18:30:17.418Z","dependency_job_id":null,"html_url":"https://github.com/native-bindings/libtesseract","commit_stats":null,"previous_names":["native-bindings/libtesseract"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/native-bindings%2Flibtesseract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/native-bindings%2Flibtesseract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/native-bindings%2Flibtesseract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/native-bindings%2Flibtesseract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/native-bindings","download_url":"https://codeload.github.com/native-bindings/libtesseract/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240980789,"owners_count":19888341,"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":["bindings","c","javascript","nodejs","tesseract"],"created_at":"2024-11-11T17:03:48.673Z","updated_at":"2026-04-28T16:02:42.663Z","avatar_url":"https://github.com/native-bindings.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tesseract_bindings\n\nTesseract OCR bindings to NodeJS\n\n## Dependencies\n```\nsudo apt-get install -y tesseract-ocr tesseract-ocr-eng\n```\n\n## Installation\n```\nnpm install --save tesseract_bindings\n```\n\n## Usage\n```js\nconst {\n\tTesseract,\n\tImage\n} = require('tesseract_bindings');\n\nconst text = new Tesseract(\"eng\").setImage(\n\tnew Image(__dirname + \"/image.png\")\n).getUTF8Text();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnative-bindings%2Flibtesseract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnative-bindings%2Flibtesseract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnative-bindings%2Flibtesseract/lists"}