Robin Windey
Robin Windey
Hi @XueSheng-GIT , thanks again for your feedback. I can see that you already experimented with the code. We would love to see a new PR to fix this 👍...
@XueSheng-GIT you're absolutely right 😄 Just after I wrote the comment, I also checked the remote implementation and realized that the [`ErrorResult`](https://github.com/R0Wi-DEV/workflow_ocr/blob/3fa3ad121e711b04c1faa17dac5f2d34364b9d00/lib/OcrProcessors/Remote/Client/Model/ErrorResult.php) currently just contains an error message and no...
@XueSheng-GIT I added the exitcode to both the backend and the client implementation. The latter is implemented in https://github.com/R0Wi-DEV/workflow_ocr/pull/302. You should now be able to use the (optional) exit-code by...
Thanks for this idea. I did a bit of research and found [this issue](https://github.com/pdfarranger/pdfarranger/issues/226), which exactly describes your problem. It seems like the `img2pdf` component, which is used internally by...
Just checked on a fresh NC31 installation but I cannot reproduce the issue. The only thing I realized is that you're still using PHP 8.1. While it seems to be...
@ufgum any news on this?
Sorry, unfortunately I'm still not able to reproduce this issue. Double checked on a fresh NC31 installation. Just a couple of things to test: * Delete the `workflow_ocr` folder in...
Maybe another thing to try: I'm assuming that the Nextcloud autoloader causes some issues. Therefore I'd like to ask you to apply the patch attached here. It will log one...
@JanUrlaub I tried the same setup but everything is working for me. Could you please try to apply the patch mentioned in https://github.com/R0Wi-DEV/workflow_ocr/issues/307#issuecomment-2828590740? Maybe this would give us additional logs....
Thank you for the logs and the hint to the versions app. I guess that's the culprit. The workflow OCR app consumes some classes from the versions app, that's why...