R0Wi-DEV / workflow_ocr

This is a Nextcloud Workflow App which enables you to process files via OCR on serverside.
GNU Affero General Public License v3.0
79 stars 6 forks source link

Manual application of rule to any file #218

Closed ostasevych closed 1 year ago

ostasevych commented 1 year ago

Hi! Would that be possible to build a new app on the base of this one which will allow to apply the rule to any selected file(s) in Files app? So, when I select one or more files, click context menu button and select the operation to OCR files, and this will apply the rule towards them?

R0Wi commented 1 year ago

This is already discussed in https://github.com/R0Wi-DEV/workflow_ocr/discussions/198. Please feel free to add your input there.

What needs to be mentioned here is that the infrastructure of workflow apps is not designed to cover such a usecase. Therefore the implementation of such a feature would be rather time consuming and we currently do not have the capacity to realize this.

As a temporary workaround you could try a "tag assigned" approach like described here. This would add a file to the queue if you assigned a certain tag to it. Nevertheless the actual processing would still be asynchronous via NC cron.