PDF Module =========== The PDF module in Kavy allows you to process PDF data. Usage ----- To use the PDF module, you can use the following Python code: .. code-block:: python from kavy.modules.pdf_module import process_pdf # Replace 'path/to/your/file.pdf' with the actual path to your PDF file result = process_pdf("path/to/your/file.pdf") # now call for generate_response method