The community member is having trouble using LlamaParse, as they are getting an error message stating that only PDF files are supported, even though they are uploading a PDF. The comments suggest that the community member has tested this with different PDFs, including the one they are trying to use, and that the issue may be related to uploading the file through Streamlit. Another community member suggests that using PDFReader() with LlamaParse might not work, as LlamaParse is meant to replace PDFReader. Finally, the original community member figures out the issue, which was that they were naming their temporary file with a .csv extension instead of .pdf.
When trying to use LlamaParse, I'm getting "Error while parsing the PDF file: Currently, only PDF files are supported." even though I am uploading a PDF π€