1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-02-07 14:40:08 +00:00

Updated Extend Features (markdown)

Ozzie Isaacs 2020-02-11 14:57:46 +01:00
parent 1d1191b59c
commit 4de91a20c9
2 changed files with 7 additions and 6 deletions

@ -1,6 +0,0 @@
# Extract metadata from uploaded files
Install Imagemagick
Install optional requirements

7
Extend-Features.md Normal file

@ -0,0 +1,7 @@
# Extract metadata from uploaded files
For extracting cover pictures from uploaded books the library "Imagemagick" has to be installed. The project website lists how to install binary releases for OS-X and windows: https://imagemagick.org/script/download.php. For Linux it's recommended to use the imagamagick version of your distro. (For Debian/Ubuntu/Linux Mint: `sudo apt install imagemagick`).
Extracting metadata from fb2 or epub files needs additional dependencies from optional-requirements.txt. In the optional-requirements.txt there are different blocks for the different options. Install the relevant requirements via pip/pip3.