Questions tagged [ambar]

Ambar: Document Search Engine

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

Ambar defines the new way to implement a full-text document search into yor workflow:

  • Easily deploy Ambar with a single docker-compose file
  • Perform a Google-like search through your documents and images contents
  • Ambar supports all popular document formats, performs OCR if needed
  • Tag your documents
  • Use a simple REST Api to integrate Ambar into your workflow
1 questions
1
vote
1 answer

How to crawl through Google drive files using elastic search

I want to crawl and index Google drive files using elastic search from my Google account, I also want to know can we crawl and index public Google drive files, I have tried this github link, https://github.com/RD17/ambar/blob/master/README.md But…