Stirling PDF - OCR "disabled" #2538
-
I installed last weekend the Stirling PDF LXC container on Proxmox. Now I wanted to do some OCR and received the following screen: Before, I used to use an Alpine Linux Docker container with the docker setup directly from Stirling PDF, and there the OCR was available. Following the link displayed you find instructions to add the support for OCR. An idea would be to allow the user of the script to choose the OCR components he wants |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Applying the update script didn't help...
And applying the steps from the Stirling PDF documentation didn't help either:
|
Beta Was this translation helpful? Give feedback.
-
same issue here |
Beta Was this translation helpful? Give feedback.
-
So, it seems that the needed OCR data is in the wrong directory. On my LXC it is in /usr/share/tesseract-ocr/5 ... A quick and dirty |
Beta Was this translation helpful? Give feedback.
-
See my last comment with a quick and dirty "hack" ...
Am 22.02.2024 um 14:04 schrieb Narkowii:
…
same issue here
—
Reply to this email directly, view it on GitHub
<#2538 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4IJAXEP7HUC55NL4UQDOLYU467XAVCNFSM6AAAAABDU4HS5WVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DKNJWGU4TK>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
has been added to the script |
Beta Was this translation helpful? Give feedback.
So, it seems that the needed OCR data is in the wrong directory. On my LXC it is in /usr/share/tesseract-ocr/5 ...
A quick and dirty
cp -r /usr/share/tesseract-ocr/5/* /usr/share/
did resolve it for me and the moment