From b12ec024df91ac0f8f3a78a1364e439b16fad9cc Mon Sep 17 00:00:00 2001 From: Wyatt Stanke Date: Sat, 17 Feb 2024 20:42:04 -0500 Subject: [PATCH] Fix accedental formatting change --- docs/swarms/utils/pdf_to_text.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/swarms/utils/pdf_to_text.md b/docs/swarms/utils/pdf_to_text.md index 246ac931..4ff6c8fc 100644 --- a/docs/swarms/utils/pdf_to_text.md +++ b/docs/swarms/utils/pdf_to_text.md @@ -1,7 +1,6 @@ # pdf_to_text ## Introduction - The function `pdf_to_text` is a Python utility for converting a PDF file into a string of text content. It leverages the `pypdf` library, an excellent Python library for processing PDF files. The function takes in a PDF file's path and reads its content, subsequently returning the extracted textual data. This function can be very useful when you want to extract textual information from PDF files automatically. For instance, when processing a large number of documents, performing textual analysis, or when you're dealing with text data that is only available in PDF format.