mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	add barcode packages to setup.rst
fixes #730 Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
		| @@ -291,12 +291,14 @@ writing. Windows is not and will never be supported. | |||||||
|     *   ``libpq-dev`` for PostgreSQL |     *   ``libpq-dev`` for PostgreSQL | ||||||
|     *   ``libmagic-dev`` for mime type detection |     *   ``libmagic-dev`` for mime type detection | ||||||
|     *   ``mime-support`` for mime type detection |     *   ``mime-support`` for mime type detection | ||||||
|  |     *   ``libzbar0`` for barcode detection | ||||||
|  |     *   ``poppler-utils`` for barcode detection | ||||||
|  |  | ||||||
|     Use this list for your preferred package management: |     Use this list for your preferred package management: | ||||||
|  |  | ||||||
|     .. code:: |     .. code:: | ||||||
|  |  | ||||||
|         python3 python3-pip python3-dev imagemagick fonts-liberation optipng gnupg libpq-dev libmagic-dev mime-support |         python3 python3-pip python3-dev imagemagick fonts-liberation optipng gnupg libpq-dev libmagic-dev mime-support libzbar0 poppler-utils | ||||||
|  |  | ||||||
|     These dependencies are required for OCRmyPDF, which is used for text recognition. |     These dependencies are required for OCRmyPDF, which is used for text recognition. | ||||||
|  |  | ||||||
| @@ -345,6 +347,8 @@ writing. Windows is not and will never be supported. | |||||||
|         paperless stores its data. If you like, you can point both to the same directory. |         paperless stores its data. If you like, you can point both to the same directory. | ||||||
|     *   ``PAPERLESS_SECRET_KEY`` should be a random sequence of characters. It's used for authentication. Failure |     *   ``PAPERLESS_SECRET_KEY`` should be a random sequence of characters. It's used for authentication. Failure | ||||||
|         to do so allows third parties to forge authentication credentials. |         to do so allows third parties to forge authentication credentials. | ||||||
|  |     *   ``PAPERLESS_URL`` if you are behind a reverse proxy. This should point to your domain. Please see  | ||||||
|  |         :ref:`configuration` for more information. | ||||||
|  |  | ||||||
|     Many more adjustments can be made to paperless, especially the OCR part. The following options are recommended |     Many more adjustments can be made to paperless, especially the OCR part. The following options are recommended | ||||||
|     for everyone: |     for everyone: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Florian Brandes
					Florian Brandes