Slovenian OCR
Slovenian OCR
Slovenian OCR would be very appreciated
Re: Slovenian OCR
A Slovenian package is included in Ubuntu. Use:
sudo apt-get install tesseract-ocr-slv
to install it. Then select Slovenian as the language when you upload a document. You can also change the language of existing document by using the "Edit document properties" action from the document view dropdown.
If you are using the Docker image, pass the Tesseract language package you wish to install via the MAYAN_APT_INSTALLS environment variable. Example:
-e MAYAN_APT_INSTALLS='tesseract-ocr-slv'
Documentation chapter on installing OCR languages: https://docs.mayan-edms.com/topics/admi ... cr-backend
sudo apt-get install tesseract-ocr-slv
to install it. Then select Slovenian as the language when you upload a document. You can also change the language of existing document by using the "Edit document properties" action from the document view dropdown.
If you are using the Docker image, pass the Tesseract language package you wish to install via the MAYAN_APT_INSTALLS environment variable. Example:
-e MAYAN_APT_INSTALLS='tesseract-ocr-slv'
Documentation chapter on installing OCR languages: https://docs.mayan-edms.com/topics/admi ... cr-backend