mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 11:58:48 +00:00
New addon "tesseract" for OCR
This commit is contained in:
parent
a179bab747
commit
4dd903b473
28 changed files with 1904 additions and 0 deletions
35
tesseract/vendor/thiagoalessio/tesseract_ocr/composer.json
vendored
Normal file
35
tesseract/vendor/thiagoalessio/tesseract_ocr/composer.json
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"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/"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue