- New module added - Ambar Proxy. Now by default Ambar API and WEB UI use the same 80 port
- Added Polish language analyzer, use `ambar_pl` in `config.json` to enable it
- Internal Ambar networking upgraded that improved stability and performance
### Bugfixes
- Minor UI and WebApi bugfixes (thanks for your feedback)
### Migration from 0.9.2
- Before updating your Ambar to this version, update your `ambar.py` script by running `wget -O ambar.py https://static.ambar.cloud/ambar.py && chmod +x ./ambar.py` and remove `api.internal`&`fe.internal` sections from your `config.json`
0.9.2 (2017-04-27)
0.9.2 (2017-04-27)
-------------------
-------------------
@ -49,9 +67,9 @@ Change log


- Added German language analyzer, use `ambar-de` in `config.json` to enable it
- Added German language analyzer, use `ambar_de` in `config.json` to enable it
- Added CJK language analyzer, use `ambar-cjk` in `config.json` to enable it
- Added CJK language analyzer, use `ambar_cjk` in `config.json` to enable it
- Added search by document update time. Examples: `when:today` - search for all documents modified today, other options are: *today*, *yesterday*, *thisweek*, *thismonth*, *thisyear*
- Added search by document update time. Examples: `when:today` - search for all documents modified today, other options are: *today*, *yesterday*, *thisweek*, *thismonth*, *thisyear*
@ -70,7 +88,7 @@ Change log
- Added search by Author, all available queries are [described here](https://blog.ambar.cloud/mastering-ambar-search-queries/)
- Added search by Author, all available queries are [described here](https://blog.ambar.cloud/mastering-ambar-search-queries/)
- Added Italian language analyzer, use `ambar-it` in `config.json` to enable it
- Added Italian language analyzer, use `ambar_it` in `config.json` to enable it
- Added [API documentation](https://github.com/RD17/ambar/blob/master/API_DOC.md) to GitHub, so you can connect Ambar with other systems
- Added [API documentation](https://github.com/RD17/ambar/blob/master/API_DOC.md) to GitHub, so you can connect Ambar with other systems
@ -66,7 +66,7 @@ Yes, Community Edition is forever free. We will NOT charge a penny from you to u
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.
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.
### Which languages are supported by OCR?
### Which languages are supported by OCR?
Supported languages: Eng, Rus, Ita, Deu, Fra, Spa, Nld, CJK.