2023-07-09 17:40:11 +02:00
|
|
|
Paperless is performing OCR on documents and images. English is installed by default. More languages can be installed:
|
2022-12-30 12:24:18 +01:00
|
|
|
* Display a list of all Tesseract language packs `apt-cache search tesseract-ocr`
|
|
|
|
* Install additional language packs
|
|
|
|
* Example for french `sudo apt-get install tesseract-ocr-fra`
|
|
|
|
* Example for german `sudo apt-get install tesseract-ocr-deu`
|
|
|
|
* Modify config to add new languages
|
2023-06-16 21:08:15 +02:00
|
|
|
* Open the configuration
|
2022-12-30 12:24:18 +01:00
|
|
|
* You can combine multiple languages like this:
|
|
|
|
* One language: eng
|
|
|
|
* Two languages: eng+fra
|