-
Notifications
You must be signed in to change notification settings - Fork 7
/
info.xml
33 lines (33 loc) · 1.5 KB
/
info.xml
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
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>workflow_ocr</id>
<name>Workflow OCR</name>
<summary>Server side OCR processing via workflow engine</summary>
<description>This app makes it possible to process various files via OCR algorithms.
The processing is done via workflow-engine and can therefore easily be customized.
Please note that you'll have to install the OcrMyPDF CLI on your Nextcloud server to
process PDF files. More installation instructions can be found in the docs https://github.com/R0Wi/workflow_ocr/blob/master/README.md.</description>
<version>1.31.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Robin Windey</author>
<namespace>WorkflowOcr</namespace>
<types>
<filesystem/>
</types>
<category>files</category>
<category>tools</category>
<category>organization</category>
<category>workflow</category>
<settings>
<admin>OCA\WorkflowOcr\Settings\GlobalSettings</admin>
</settings>
<website>https://github.com/R0Wi/workflow_ocr</website>
<bugs>https://github.com/R0Wi/workflow_ocr/issues</bugs>
<repository type="git">https://github.com/R0Wi/workflow_ocr.git</repository>
<screenshot>https://github.com/R0Wi/workflow_ocr/blob/eb2d65e9610406bbab22c4c8dda1cea015b5c791/doc/img/usage_1.jpg?raw=true</screenshot>
<dependencies>
<nextcloud min-version="31" max-version="31"/>
<php min-version="8.1" max-version="8.3"/>
</dependencies>
</info>