update readme

This commit is contained in:
simon 2019-11-04 21:32:59 -05:00
parent 534b397876
commit bc5f22b759

View File

@ -9,7 +9,7 @@ sist2 (Simple incremental search tool)
## Features ## Features
* Fast, low memory usage * Fast, low memory usage, multi-threaded
* Portable (all its features are packaged in a single executable) * Portable (all its features are packaged in a single executable)
* Extracts text from common file types\* * Extracts text from common file types\*
* Generates thumbnails\* * Generates thumbnails\*
@ -57,9 +57,9 @@ sist2 web --bind 0.0.0.0 --port 4321 ./my_idx1 ./my_idx2 ./my_idx3
File type | Library | Content | Thumbnail | Metadata File type | Library | Content | Thumbnail | Metadata
:---|:---|:---|:---|:--- :---|:---|:---|:---|:---
pdf,xps,cbz,cbr,fb2,epub | MuPDF | yes | yes, `png` | title | pdf,xps,cbz,cbr,fb2,epub | MuPDF | yes | yes, `png` | title |
`audio/*` | libav | - | yes, `jpeg` | ID3 tags | `audio/*` | ffmpeg | - | yes, `jpeg` | ID3 tags |
`video/*` | libav | - | yes, `jpeg` | title, comment | `video/*` | ffmpeg | - | yes, `jpeg` | title, comment |
`image/*` | libav | - | yes, `jpeg` | *planned* | `image/*` | ffmpeg | - | yes, `jpeg` | *planned* |
ttf,ttc,cff,woff,fnt,otf | Freetype2 | - | yes, `bmp` | Name & style | ttf,ttc,cff,woff,fnt,otf | Freetype2 | - | yes, `bmp` | Name & style |
`text/plain` | *(none)* | yes | no | - | `text/plain` | *(none)* | yes | no | - |
docx, xlsx, pptx | | *planned* | no | *planned* | docx, xlsx, pptx | | *planned* | no | *planned* |