From d3c8928fe83343f7f26a9e8012a68d7e0d0bc654 Mon Sep 17 00:00:00 2001 From: simon987 Date: Wed, 24 Jun 2020 21:06:27 -0400 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d54ca6a..14d22c6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ sist2 (Simple incremental search tool) * Fast, low memory usage, multi-threaded * Mobile-friendly Web interface * Portable (all its features are packaged in a single executable) -* Extracts text from common file types \* +* Extracts text and metadata from common file types \* * Generates thumbnails \* * Incremental scanning * Automatic tagging from file attributes via [user scripts](docs/scripting.md) @@ -123,7 +123,7 @@ binaries (GCC 7+ required). 1. Install compile-time dependencies ```bash - vcpkg install lmdb cjson glib libarchive[core,bzip2,libxml2,lz4,lzma,lzo] pthread tesseract libxml2 ffmpeg zstd gtest mongoose libuuid libmagic + vcpkg install lmdb cjson glib libarchive[core,bzip2,libxml2,lz4,lzma,lzo] pthread tesseract libxml2 ffmpeg zstd gtest mongoose libuuid libmagic libraw ``` 2. Build