You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for workflow_ocr_backend
* Integration for https://github.com/R0Wi-DEV/workflow_ocr_backend
* Implements #51
* Add full integration test for OcrBackend Service
* Add full integrationtests to pipeline (#294)
* Incorporate code review feedback
* Line ending adjustments
* Add heartbeat check in System Setup Check
* Add additional tests
* Add local CLI tests (#296)
@@ -58,6 +61,11 @@ Since the actual processing of the files is done asynchronously via Nextcloud's
58
61
59
62
60
63
### Backend
64
+
65
+
This app is based on `ocrmypdf`. You can either install the CLI directly on the server running Nextcloud or use the alternative backend setup via Docker.
66
+
67
+
#### Local installation
68
+
61
69
> :warning: Since `v1.20.1` you'll have to install `OCRmyPDF`.
62
70
63
71
In the backend [`OCRmyPDF`](https://github.com/jbarlow83/OCRmyPDF) is used for processing PDF files. Make sure you have this commandline tool installed. Make sure you have the appropriate version (see below, Used libraries').
Starting from version 30, Nextcloud added support for [AppApi](https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/AppAPIAndExternalApps.html) apps. In essence this allows external container based applications to be integrated into the Nextcloud ecosystem. This app is using this feature to provide an alternative backend setup via Docker.
95
+
96
+
If everything is setup properly, you can just install the `workflow_ocr_backend` app from the [appstore](https://apps.nextcloud.com/apps/workflow_ocr_backend).
97
+
98
+
Please refer to **https://github.com/R0Wi-DEV/workflow_ocr_backend** for more information on how to setup the backend.
99
+
100
+
> :information_source: If the `workflow_ocr_backend` External App is installed, this "frontend" app will automatically use it as the backend even if you installed `ocrmypdf` locally.
101
+
84
102
### Setup Checks
85
103
86
104
The app will perform some [Setup Checks](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/security_setup_warnings.html) to verify your installation. If there is any problem with your backend setup, you'll see an error printed in Nextcloud under `Administration Settings`→`Overview`→`Security & setup warnings`.
0 commit comments