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
I would like to deploy siyuan via docker on my web server and also be able to run OCR on images.
Describe the optimal solution
Siyuan allows tesseract OCR to run in a docker scenario. There could also be a tesseract included binary version for every siyuan version, or instructions to create my own docker image that includes the tesseract binary and languages.
Describe the candidate solution
Remove the logic that prevents Container's that are docker to be able to init and run tesseract. A dockerfile with instructions on how to build a siyuan image with tesseract and languages. A suggestion could be to even have published docker images for both vanilla siyuan, and tesseract included.
Other information
No response
The text was updated successfully, but these errors were encountered:
In what scenarios do you need this feature?
I would like to deploy siyuan via docker on my web server and also be able to run OCR on images.
Describe the optimal solution
Siyuan allows tesseract OCR to run in a docker scenario. There could also be a tesseract included binary version for every siyuan version, or instructions to create my own docker image that includes the tesseract binary and languages.
Describe the candidate solution
Remove the logic that prevents Container's that are docker to be able to init and run tesseract. A dockerfile with instructions on how to build a siyuan image with tesseract and languages. A suggestion could be to even have published docker images for both vanilla siyuan, and tesseract included.
Other information
No response
The text was updated successfully, but these errors were encountered: