🔍 Ambar: Document Search Engine
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Ilya 6b95c113fe Release 1.3.0 8 years ago
Crawler@7a88117612 Release 1.3.0 8 years ago
ElasticSearch@9b4eac4498 Release 1.3.0 8 years ago
FrontEnd@9878976500 Release 1.3.0 8 years ago
Install@8043ec74cd Release 1.3.0 8 years ago
MongoDB@76deace0cc Release 1.3.0 8 years ago
Proxy@8f024696c5 Release 1.3.0 8 years ago
Rabbit@79562de085 Release 1.3.0 8 years ago
Redis Release 1.3.0 8 years ago
.gitmodules Added Proxy subrepository 9 years ago
API_DOC.md Release 1.2.0 8 years ago
CHANGELOG.md Release 1.3.0 8 years ago
License.txt Create License.txt 9 years ago
Privacy Policy.md Initial commit 9 years ago
README.md Release 1.3.0 8 years ago

README.md

Version License Blog

🔍 Ambar: Document Search System

Ambar Search

Ambar is an open-source document search and management system with automated crawling, OCR, tagging and instant full-text search.

Ambar defines the new way to manage your documents out of the box:

  • Ingest documents from any source
  • Find documents and images instantly with Google-like search
  • Manage your documents with tags, hide irrelevant search results
  • Auto tagging & named entitites recognition

Features

Tutorial: Mastering Ambar Search Queries

  • Fuzzy Search (John~3)
  • Phrase Search ("John Smith")
  • Search By Author (author:John)
  • Search By File Path (filename:*.txt)
  • Search By Date (when: yesterday, today, lastweek, etc)
  • Search By Size (size>1M)
  • Search By Tags (tags:ocr)
  • Search As You Type
  • Supported language analyzers: English ambar_en, Russian ambar_ru, German ambar_de, Italian ambar_it, Polish ambar_pl, Chinese ambar_cn, CJK ambar_cjk

Crawling

Content Extraction

  • Extract content from large files (>30M)
  • ZIP archives
  • MS Office documents (Word, Excel, Powerpoint, Visio, Publisher)
  • OCR over images
  • Email messages with attachments
  • Adobe PDF (with OCR)
  • OCR languages: Eng, Rus, Ita, Deu, Fra, Spa, Pl, Nld
  • OpenOffice documents
  • RTF, Plaintext
  • HTML / XHTML
  • Multithread processing (Only EE)

General

  • Files Tagging (Auto tagging as well)
  • Named Entitites
  • Hiding Irrelevant Search Results
  • Files Preview
  • Web UI
  • REST API
  • Multiple user accounts (Only EE)

Editions

There are two editions available: Community and Enterprise. Enterprise Edition is a full featured document search and management system that can handle terabytes of data.

Community Edition is a scaled down, single user version of Enterprise Edition with limited number of pipelines and crawlers, though preserving the full functionality. You are welcome to use Ambar Community Edition for both personal and commercial purposes, at no cost.

Installation

Installation is straightforward. Turn on your Linux machine and follow our step-by-step installation guide.

Docker images can be found on Docker Hub

How it Works

FAQ

Is it open-source?

Yes, almost every Ambar's module is published on GitHub under Fair Source License 1

Is it free?

Yes, Community Edition is forever free. We will NOT charge a penny from you to use it.

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

Which languages are supported for OCR?

Supported languages: Eng, Rus, Ita, Deu, Fra, Spa, Pl, Nld. If you miss your language, please create a new issue and we'll add it ASAP.

Does it support tagging?

Yes!

What about searching in PDF?

Yes, it can search through any PDF, even badly encoded or with scans inside. We did our best to make search over any kind of pdf document smooth.

I miss XXX language analyzer. Can you add it?

Yes, please create an issue on GitHub.

Are you going to add UI localizations?

As for now there are two options: Russian and English, change uiLang in your config.json. If you want to add your own localization, please contact us on hello@ambar.cloud.

What is the maximum file size it can handle?

It's limited by amount of RAM on your machine, typically 500MB. It's an awesome result, as typical document managment systems offer 30MB maximum file size to be processed.

What is the difference between Ambar CE and Ambar EE?

Basically Ambar CE is a downscaled Ambar EE. Check comparison on our landing page.

Can anyone else see my documents?

Nope, check our Privacy Policy.

I have a problem what should I do?

Submit an issue

Change Log

Change Log

Contributors

Privacy Policy

Privacy Policy

License

Fair Source 1 License v0.9