Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajgadev/chat-with-pdf

Upload a pdf, apply OCR to get the text and ask questions about it using OpenAi
https://github.com/ajgadev/chat-with-pdf

astro openai svelte tailwind

Last synced: about 1 month ago
JSON representation

Upload a pdf, apply OCR to get the text and ask questions about it using OpenAi

Awesome Lists containing this project

README

        

# Chat with a pdf
The idea is to upload a pdf which content is gonna be extracted with ocr then handled to OpenAI and the user will be able to ask questions about the pdf

```sh
pnpm install
pnpm run dev
```