From d158d22e5496b2232911fa17733f79e6cd9bbda6 Mon Sep 17 00:00:00 2001 From: isido993 Date: Sat, 22 Jun 2019 12:33:10 +0300 Subject: [PATCH] Update README.md --- README.md | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index ef4568a..2fc5018 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,11 @@ Ambar defines a new way to implement a full-text document search into yor workfl - Ambar supports all popular document formats, performs OCR if needed - Tag your documents - Use a simple REST Api to integrate Ambar into your workflow -- Ambar includes a native health monitoring with [SLAO.IO](https://slao.io) ## Features ### Search -[Tutorial: Mastering Ambar Search Queries](https://blog.ambar.cloud/mastering-ambar-search-queries/) +[Tutorial: Mastering Ambar Search Queries](https://ambar.cloud/blog/2017/03/24/mastering-search-queries/) * Fuzzy Search (John~3) * Phrase Search ("John Smith") @@ -55,32 +54,19 @@ Crawling is automatic, no schedule is needed since the crawler monitors fs event **Notice**: Ambar requires Docker to run, it can't run w/o Docker -Just follow the [installation instruction](https://ambar.cloud/docs/installation/) +You can build Docker images by yourself or buy prebuilt Docker images for **$50**. -*Docker images can be found on [Docker Hub](https://hub.docker.com/u/ambar/)* +* Installation instruction for prebuilt images can be found [here](https://ambar.cloud/docs/installation/) +* Tutorial on how to build images from scratch will be available soon -## Monitoring with [SLAO.IO](https://slao.io) - -Ambar 2.1.19 includes a native monitoring for its rest APIs. Check out the [installation instruction](https://ambar.cloud/docs/installation/) for more details. - -## Support - -Ambar is fully open-source and free to use, however you can get dedicated support from our team for a fee: - -- Install & Configure Ambar on your machine - 999$ -- Mount external data source - 99$ -- Add automatic tagging rule - 299$ -- Add password protection to Ambar UI - 299$ -- Add custom file extractor - 599$ -- Dedicated support - 199$/hour -- Custom features development - 299$/hour +If you want to see how Ambar works w/o installing it, try our [live demo](https://app.ambar.cloud/). No signup required. ## FAQ ### Is it open-source? -Yes, it's fully open-source now. +Yes, it's fully open-source. ### Is it free? -Yes, it is forever free. +Yes, it is forever free and open-source. ### Does it perform OCR? Yes, it performs OCR on images (jpg, tiff, bmp, etc) and PDF's. OCR is perfomed by well-known open-source library Tesseract. We tuned it to achieve best perfomance and quality on scanned documents. You can easily find all files on which OCR was perfomed with `tags:ocr` query