From f4fa367fe180ff4fa10d508932255f903b63a5c8 Mon Sep 17 00:00:00 2001 From: jaseemjaskp Date: Fri, 14 Jun 2024 20:35:14 +0530 Subject: [PATCH] badges added --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index efe5105..d877714 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # LLMWhisperer +[![NPM Version](https://img.shields.io/npm/v/llamaindex)](https://www.npmjs.com/package/llmwhisperer-client) +[![NPM License](https://img.shields.io/npm/l/llamaindex)](https://www.npmjs.com/package/llmwhisperer-client) +[![NPM Downloads](https://img.shields.io/npm/dm/llamaindex)](https://www.npmjs.com/package/llmwhisperer-client) + LLMs are powerful, but their output is as good as the input you provide. LLMWhisperer is a technology that presents data from complex documents (different designs and formats) to LLMs in a way that they can best understand. LLMWhisperer features include Layout Preserving Mode, Auto-switching between native text and OCR modes, proper representation of radio buttons and checkboxes in PDF forms as raw text, among other features. You can now extract raw text from complex PDF documents or images without having to worry about whether the document is a native text document, a scanned image or just a picture clicked on a smartphone. Extraction of raw text from invoices, purchase orders, bank statements, etc works easily for structured data extraction with LLMs powered by LLMWhisperer's Layout Preserving mode. This is a JavaScript client for the LLMWhisper API.