DocumentationAPI ReferenceπŸ““ TutorialsπŸ§‘β€πŸ³ Cookbook🀝 IntegrationsπŸ’œ Discord

Converters

Use various Converters to extract data from files in different formats and cast it into the unified Document format. There are several converters available for converting PDFs, images, DOCX files, and more.

ConverterDescription
AzureOCRDocumentConverterConverts PDF (both searchable and image-only), JPEG, PNG, BMP, TIFF, DOCX, XLSX, PPTX, and HTML to Documents.
HTMLToDocumentConverts HTML files to Documents.
MarkdownToDocumentConverts markdown files to Documents.
OpenAPIServiceToFunctionsTransforms OpenAPI service specifications into a format compatible with OpenAI's function calling mechanism.
OutputAdapterHelps the output of one component fit into the input of another.
PyPDFToDocumentConverts PDF files to Documents.
TikaDocumentConverterConverts various file types to Documents using Apache Tika.
TextFileToDocumentConverts text files to Documents.
UnstructuredFileConverterConverts text files and directories to a Document.

Related Links

See the parameters details in our API reference: