mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-16 19:52:05 +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
7
tesseract/vendor/thiagoalessio/tesseract_ocr/src/TesseractNotFoundException.php
vendored
Normal file
7
tesseract/vendor/thiagoalessio/tesseract_ocr/src/TesseractNotFoundException.php
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
namespace thiagoalessio\TesseractOCR;
|
||||
|
||||
class TesseractNotFoundException extends TesseractOcrException
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue