Skip to content

Commit 90d6f5a

Browse files
authored
1.x dev (#10)
* Updated * OCR Fixing work 1. OCR error fixing work 2. Laravel 10 support * Laravel 10 support & Bug fixing - Laravel 10 support added - Bug fixing on OCR - EPUB support removed due to security issue. We will try to add it again later.
1 parent c5317a9 commit 90d6f5a

File tree

6 files changed

+1383
-1954
lines changed

6 files changed

+1383
-1954
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ A [Laravel](https://laravel.com) package to extract text from files like DOC, Ex
44

55
# Versions and compatibility
66

7-
- [Laravel 8](https://laravel.com) or higher is required.
8-
- [Php 7.4]() or higher is required
9-
10-
### <img src="./blobs/danger.png?raw=true" alt="Note" width="18"> [Laravel 9](https://laravel.com) support is added.
7+
- [Laravel 10](https://laravel.com) or higher is required.
8+
- [Php 8.2]() or higher is required
119

1210
### Supported file formats
1311
Following file formats is supported currently. You need to install proper extensions
@@ -27,9 +25,6 @@ check file content MIME type before execute.
2725
- **ODT**
2826
- **ODS**
2927
- **RTF**
30-
- **EPUB**
31-
32-
<img src="./blobs/warning.png?raw=true" alt="Note" width="12">***PPT*** support is under development.
3328

3429
**We are working hard to make this laravel plugin useful. If you found any issue please add a post on discussion.**
3530

composer.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,19 @@
2929
"ods"
3030
],
3131
"require": {
32-
"php": "^7.4|^8.0",
32+
"php": "^8.2",
3333
"ext-fileinfo": "*",
3434
"ext-zip": "*",
3535
"ext-xml": "*",
3636
"ext-gd": "*",
37-
"symfony/process": "^6.1",
37+
"symfony/process": "6.4.3",
3838
"phpoffice/phpspreadsheet": "^1.23",
3939
"phpoffice/phpword": "^0.18",
40-
"laravel/framework": "^8.0|^9.0",
40+
"laravel/framework": "^10.0",
4141
"thiagoalessio/tesseract_ocr": "^2.12",
42-
"stechstudio/laravel-php-cs-fixer": "^3.1",
43-
"html2text/html2text": "^4.3",
44-
"lywzx/php-epub": "^0.1.2"
42+
"html2text/html2text": "^4.3"
4543
},
4644
"require-dev": {
47-
"friendsofphp/php-cs-fixer": "^v3.8.0",
4845
"phpunit/phpunit": "^9.5"
4946
},
5047
"license": "MIT",

0 commit comments

Comments
 (0)