Skip to content

Commit

Permalink
Merge pull request #4 from Zipstack/badges-integration
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jaseemjaskp committed Jun 16, 2024
2 parents 98d9886 + 0449bf2 commit aa0d613
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# LLMWhisperer Python Client

[![PyPI - Downloads](https://img.shields.io/pypi/dm/llmwhisperer-client)](https://pypi.org/project/llmwhisperer-client/)
[![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.apw.app%2FZipstack%2Fllm-whisperer-python-client%2Fmain%2Fpyproject.toml)
](https://pypi.org/project/llmwhisperer-client/)
[![PyPI - Version](https://img.shields.io/pypi/v/llmwhisperer-client)](https://pypi.org/project/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.

Refer to the client documentation for more information: [LLMWhisperer Client Documentation](https://docs.unstract.com/llm_whisperer/python_client/llm_whisperer_python_client_intro)
Expand Down

0 comments on commit aa0d613

Please sign in to comment.