mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
formatting
This commit is contained in:
parent
2514042bb7
commit
a4f0074c16
23
README.rst
23
README.rst
@ -46,20 +46,15 @@ Requirements
|
|||||||
This is all really a quite simple, shiny, user-friendly wrapper around some very
|
This is all really a quite simple, shiny, user-friendly wrapper around some very
|
||||||
powerful tools.
|
powerful tools.
|
||||||
|
|
||||||
* `ImageMagick`_ converts the images between colour and
|
* `ImageMagick`_ converts the images between colour and greyscale.
|
||||||
greyscale.
|
* `Tesseract`_ does the character recognition.
|
||||||
* `Tesseract`_ does the character recognition
|
* `GNU Privacy Guard`_ is used as the encryption backend.
|
||||||
* `GNU Privacy Guard`_
|
* `Python 3`_ is the language of the project.
|
||||||
* `Python 3`_ is the language of the project
|
* `Pillow`_ loads the image data as a python object to be used with PyOCR.
|
||||||
* `Pillow`_ loads the image data
|
* `PyOCR`_ is a slick programmatic wrapper around tesseract.
|
||||||
as a python object to be used with PyOCR.
|
* `Django`_ is the framework this project is written against.
|
||||||
* `PyOCR`_ is a slick programmatic wrapper
|
* `Python-GNUPG`_ decrypts the PDFs on-the-fly to allow you to download
|
||||||
around tesseract
|
unencrypted files, leaving the encrypted ones on-disk.
|
||||||
* `Django`_ is the framework this project is
|
|
||||||
written against.
|
|
||||||
* `Python-GNUPG`_ decrypts the PDFs
|
|
||||||
on-the-fly to allow you to download unencrypted files, leaving the
|
|
||||||
encrypted ones on-disk.
|
|
||||||
|
|
||||||
The keen eye might have noticed that we're converting a PDF to an image to be
|
The keen eye might have noticed that we're converting a PDF to an image to be
|
||||||
read by Tesseract, and to do this we're using a chain of: scanned PDF >
|
read by Tesseract, and to do this we're using a chain of: scanned PDF >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user