Awesome! And thanks for the feedback we'll expand the OCR language section of the documentation to explain this better.
Thanks @KevinPawsey for chiming in. I'm not able to hang around the forum a lot during development cycles and active forum user like you help a lot. Thank you.
Yes, it is the same widget that services interactive uploads using a drop or by clicking the "Browse" button. I'm investigating DropZone's maxFilesize setting (https://www.dropzonejs.com/#config-maxFilesize) the description is confusing because it appears to be a file size limit but the description ...
Hi, The _match_all query item is implemented in the HTML view but not in the API. The reason it that it was added as an initial attempt at the feature. We are currently rebuilding the API system from the ground up and this is one of the tickets in the list. We want to improve the initial implementat...
To add Slovenian to the list of available document languages go to "Setup" -> "Settings" -> "Documents" -> "DOCUMENTS_LANGUAGE_CODES" and add "slv" to the list of ISO639 language codes. Restart the Mayan server and Slovenian should now show on the document language selection dropdown. You can also m...
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...
You need to add the language package of the OCR engine. This is done with the apt-get command in Debian/Ubuntu. Check your distribution's package installed if it is another. After installing the language package select the desired language as the Document language during upload. Here is the document...
One of the many tasks we are taking on during this development cycle is the consolidation of feature and code between all the Mayan EDMS forks. One of the areas we've been getting a lot of feedback about is the user interface. Users are very pleased with the capabilities of Mayan EDMS but often feel...
The Docker image only currently support AMD-64 CPUs. We have improved and lowered the number of errors for a native ARM image but until Docker fully support multi-arch images we are stuck with patches and hacks. We take some time after the development cycle ends and work on deployments and infrastru...