mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 11:22:53 +00:00
35 lines
830 B
JSON
35 lines
830 B
JSON
{
|
|
"name": "thiagoalessio/tesseract_ocr",
|
|
"description": "A wrapper to work with Tesseract OCR inside PHP.",
|
|
"version": "2.13.0",
|
|
"type": "library",
|
|
"keywords": ["Tesseract", "OCR", "text recognition"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "thiagoalessio",
|
|
"email": "thiagoalessio@me.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/thiagoalessio/tesseract-ocr-for-php/issues",
|
|
"irc": "irc://irc.freenode.net/tesseract-ocr-for-php",
|
|
"source": "https://github.com/thiagoalessio/tesseract-ocr-for-php"
|
|
},
|
|
"require": {
|
|
"php": "^5.3 || ^7.0 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/php-code-coverage": "^2.2.4 || ^9.0.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"thiagoalessio\\TesseractOCR\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"thiagoalessio\\TesseractOCR\\Tests\\": "tests/"
|
|
}
|
|
}
|
|
}
|