forked from laravel-enso/ocr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
51 lines (51 loc) · 1.02 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "genealogiawebsite/ocr",
"description": "A wrapper to work with ocrmypdf inside PHP.",
"type": "library",
<<<<<<< HEAD
"keywords": ["genealogiawebsite", "ocrmypdf", "OCR", "text recognition"],
"license": "MIT",
"authors": [
{
"name": "Adrian Ocneanu",
"email": "[email protected]",
"homepage": "https://genealogiawebsite.com",
"role": "Developer"
},
{
"name": "Reza Fouladi",
"email": "[email protected]",
"homepage": "https://genealogiawebsite.com",
=======
"keywords": [
"genealogiawebsite",
"ocrmypdf",
"OCR",
"text recognition",
"laravel"
],
"license": "MIT",
"authors": [
{
"name": "Reza Fouladi",
"email": "[email protected]",
"homepage": "https://genealogiawebsite.com",
"role": "Developer"
},
{
"name": "Adrian Ocneanu",
"email": "[email protected]",
"homepage": "https://genealogiawebsite.com",
>>>>>>> upstream/master
"role": "Developer"
}
],
"require": {
"php": ">=7.4"
},
"autoload": {
"psr-4": {
"LaravelEnso\\Ocr\\": "src/"
}
}
}