tesseract-rs 0.2.0

Rust bindings for Tesseract OCR with optional built-in compilation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "tesseract-rs",
  "version": "0.2.0",
  "private": true,
  "devDependencies": {
    "@commitlint/cli": "^19.5.0",
    "@commitlint/config-conventional": "^19.5.0",
    "husky": "^9.1.7"
  },
  "scripts": {
    "prepare": "husky install"
  }
}