Version 2.4 was released along with an updated Docker image. Highlights for this version are:
- New SANE scanner source (https://en.wikipedia.org/wiki/Scanner_Access_Now_Easy). This source allows uploading documents directly from scanners. Scanners can be USB or networked. - Automatic PDF orientation detection. The orientation of PDF documents will be detected during upload and the corresponding transformations will be added to correct the visual and OCR orientation. - Environment variables. All of the configuration options can be changed from environment variables. The prefix 'MAYAN_' is appended to the name of the configuration option. This features makes reduces the need to make configuration changes using the local.py and improves the usability of the Docker image. - Math filters. The packages django-mathfilters is now included to add proper math operations in the index templates. This allow for more complex indexes, like year quarterly indexing. - Expanded search objects. In addition to documents and documents pages, now cabinets, tags and metadata can be searched from the dynamic_search API. - A new management command added to purge locks, useful when debugging an issue or when a deadlock occurs due to OS reset or failures. - Ability to index by workflows. This much requested feature is now available. The workflow model was updated to include an 'internal name' field used to reference the workflow inside an index. The syntax is: {{ document.workflow.publishing_workflow.get_current_state }} in case of a 'publishing_workflow' reference. - Task manager. An app to introspect the background processes was added. The aim of this app is to help user fine tune their background task workers and queues. - The OCR tab now has a link to the OCR error page to help diagnose OCR issues from within the document page without having to scan all the OCR errors in the tools menu. - - A new configuration setting to truncate the tile length and usability on small display. The setting name is APPEARANCE_MAXIMUM_TITLE_LENGTH and defaults to 80 characters. Aside from updating the Docker image to use Mayan version 2.4, support for installing Ubuntu and Python packages when a container is first deployed was added. These are controlled via the MAYAN_APT_INSTALLS and MAYAN_PIP_INSTALLS environment variables. These are useful for simple customizations, like installing additional Tesseract language packages or adding third party Mayan apps. This version developments were driven mostly by support subscribers requests, another benefit of the Mayan support plans. For plans details visit: http://www.mayan-edms.com/providers/. Complete release notes: http://docs.mayan-edms.com/en/v2.4/releases/2.4.html Docker image README https://hub.docker.com/r/mayanedms/mayanedms/ Facebook page: https://www.facebook.com/MayanEDMS/ Mayan App store: http://www.mayan-edms.com/store/ -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
