From d6951faf68f3f2a0b6129f695eed5295799f1f25 Mon Sep 17 00:00:00 2001 From: Wyatt Stanke Date: Sat, 17 Feb 2024 20:42:18 -0500 Subject: [PATCH] Wrong docs site --- docs/swarms/utils/pdf_to_text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swarms/utils/pdf_to_text.md b/docs/swarms/utils/pdf_to_text.md index 4ff6c8fc..e5b8dce0 100644 --- a/docs/swarms/utils/pdf_to_text.md +++ b/docs/swarms/utils/pdf_to_text.md @@ -68,4 +68,4 @@ print(text) - This function reads the text from the PDF. It does not handle images, graphical elements, or any non-text content. - If the PDF contains scanned images rather than textual data, the `extract_text` function may not be able to extract any text. In such cases, you would require OCR (Optical Character Recognition) tools to extract the text. - Be aware of the possibility that the output string might contain special characters or escape sequences because they were part of the PDF's content. You might need to clean the resulting text according to your requirements. -- The function uses the pypdf library to facilitate the PDF reading and text extraction. For any issues related to PDF manipulation, consult the [pypdf library documentation](https://pythonhosted.org/pypdf/). +- The function uses the pypdf library to facilitate the PDF reading and text extraction. For any issues related to PDF manipulation, consult the [pypdf library documentation](https://pypdf.readthedocs.io/en/stable/).