📄️ Introduction
LLMWhisperer APIs are a set of APIs that allow you to:
📄️ Extraction API
Convert your PDF/Scanned documents to text format which can be used by LLMs
📄️ Status API
Check the status of the text extraction process. This can be used to check the status of the conversion process when the conversion is done in async mode.
📄️ Retrieve API
Retrieve the extracted text executed through the whisper API. This can be used to retrieve the text of the conversion process when the conversion is done in async mode.
📄️ Highlighting API
API to generate highlight locations for a search term in the document which has been extracted using LLMWhisperer. This can be used to highlight the search terms in your frontend application.
📄️ Usage Metrics API
Check the usage metrics of your LLMWhisperer account.