Docs with images

Hi!

When adding custom docs through url does cursor make use of the figures and images as well or does it only extract the text?

Also is cursor able to read and index pdfs in my project? If not what file types are supported that can also contain images. I work with unity and a lot of unity information is given in more than just text.

I have local docs i want to add to cursor for use in context but the file types are mostly pdf so if i cant use pdfs what format should i convert it to?

2 Likes

I would also like to know if the docs read the images.

Not yet - it’d be great if images were support in custom docs though. For now Cursor only extracts the text content from URLs and PDFs

For local docs, we support markdown files (.md) which you can convert your PDFs to. You could try using a PDF to markdown converter, though you’ll probably need to do some cleanup of the converted files

1 Like