Update README.md

master
isido993 7 years ago committed by GitHub
parent 732d97a135
commit d158d22e54

@ -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 - Ambar supports all popular document formats, performs OCR if needed
- Tag your documents - Tag your documents
- Use a simple REST Api to integrate Ambar into your workflow - Use a simple REST Api to integrate Ambar into your workflow
- Ambar includes a native health monitoring with [SLAO.IO](https://slao.io)
## Features ## Features
### Search ### 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) * Fuzzy Search (John~3)
* Phrase Search ("John Smith") * 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 **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) If you want to see how Ambar works w/o installing it, try our [live demo](https://app.ambar.cloud/). No signup required.
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
## FAQ ## FAQ
### Is it open-source? ### Is it open-source?
Yes, it's fully open-source now. Yes, it's fully open-source.
### Is it free? ### Is it free?
Yes, it is forever free. Yes, it is forever free and open-source.
### Does it perform OCR? ### 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 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

Loading…
Cancel
Save