Documentation update

This commit is contained in:
Roberto Rosario
2012-05-30 18:53:08 -04:00
parent f21a96ae5b
commit 7bc61e0cff
4 changed files with 39 additions and 6 deletions

View File

@@ -31,12 +31,14 @@ Bug reports
* IHLeanne (https://github.com/IHLeanne)
* valterwill (https://github.com/valterwill)
* David Herring (https://github.com/abadger1406)
* Alexandru Kiss (usurel@gmail.com)
Patches
-------
* Meurig Freeman (https://github.com/meurig)
* Сергей Глита [Sergey Glita] (s.v.glita@gmail.com)
* Brian E (brian@realize.org)
Suggestions
@@ -45,6 +47,7 @@ Suggestions
* Сергей Глита [Sergey Glita] (s.v.glita@gmail.com)
* Barry Rowlingson (http://geospaced.blogspot.com)
* Gour (https://github.com/gour)
* Alexandru Kiss (usurel@gmail.com)
Translations
@@ -72,6 +75,7 @@ Remote access for debugging
* Сергей Глита [Sergey Glita] (s.v.glita@gmail.com)
* David Herring (https://github.com/abadger1406)
* Michael Terretta (terretta@gmail.com)
* Alexandru Kiss (usurel@gmail.com)
Monetary donations

View File

@@ -9,7 +9,7 @@ Local or managed server
If using a Debian_ or Ubuntu_ based Linux distribution getting the executable requirements is as easy as::
$ apt-get install tesseract-ocr unpaper python-virtualenv ghostscript libjpeg-dev libpng-dev -y
$ apt-get install tesseract-ocr unpaper python-virtualenv ghostscript libjpeg-dev libpng-dev poppler-utils -y
To initialize a ``virtualenv`` to deploy the project do::

View File

@@ -24,22 +24,38 @@ What's new in Mayan EDMS v0.12.1
Documentation update
~~~~~~~~~~~~~~~~~~~~
The installation instructions were updated to include the installation of
the libpng-dev and libjpeg-dev libraries. An additional step to help
users test their new installation of *Mayan EDMS* was also added.
New configuration options
~~~~~~~~~~~~~~~~~~~~~~~~~
Translations
~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~
The Italian translation has been synchronized with the source files at
Transifex and finished to %100 completion.
Usability improvements
~~~~~~~~~~~~~~~~~~~~~~
The index instance view now feature the same multi document action
buttons (Submit to OCR, delete, download, etc) as the mail and recent
document views.
Better office document conversion
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A new method of converting office document has been implemented, this
new method doesn't require the use of the command line utility ``UNOCONV``.
If this new method proves to work better than previous solutions the use
of ``UNOCONV`` may be deprecated in the future. The conversion method
adds just one new configuration option: :setting:`CONVERTER_LIBREOFFICE_PATH`
which defaults to '/usr/bin/libreoffice'.
Better PDF text parsing
~~~~~~~~~~~~~~~~~~~~~~~
Brian E submitted a patch to use the Poppler package pdftotext utility to
extract text from PDF files. This is now the default method Mayan EDMS
will execute to try to extract text from a PDF and failing that will
fallback to the previous method. This change add a new configuration
option: :setting:`OCR_PDFTOTEXT_PATH` to specify the location of the ``pdftotext``
executable, it defaults to '/usr/bin/pdftotext'
Upgrading from a previous version
@@ -62,9 +78,12 @@ The upgrade procedure is now complete.
Backward incompatible changes
=============================
* None
Bugs fixed
==========
* Issue #25 "Office document conversion error"
Stuff removed
=============
* None

View File

@@ -373,7 +373,17 @@ Default: ``/usr/bin/unpaper``
File path to the ``unpaper`` executable, used to clean up images before
doing OCR.
.. setting:: OCR_PDFTOTEXT_PATH
**OCR_PDFTOTEXT_PATH**
Default: ``/usr/bin/pdftotext``
File path to ``poppler's`` ``pdftotext`` program used to extract text
from PDF files.
Metadata
========