I made an in browser PDF reader for any compatible TTS server #118
richardr1126
started this conversation in
Show and tell
Replies: 1 comment
-
Works great, nice job |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
I contributed to this repo a few weeks ago (adding AAC audio format) trying to get a PDF reader app on the Mac app store to work with their system that claims to be OpenAI compatible. Well I got it working with that PR I contributed, but I wasn't satisfied with the app I bought 🤦♂️. It converted the PDFs to plain text and was not great for viewing the actual document.
I searched a lot for "open ai compatible pdf reader" online and couldn't really find what I was looking for, some similar to the GUI for this repo. Which are good, but not as convenient for viewing and listening at the same time, and just uploading your document.
What I made (WIP)
I have been working on a React/Next.js site to read PDFs in the browser with any compatible OpenAI API tts endpoint. It uses
react-pdf
andPDF.js
. I will be trying to add.epub
files soon as well, then I will focus on.docx
and.doc
.I have a demo of the site up as well, which is using my hosted endpoint (until too many people start using it probably, lol).
https://github.com/richardr1126/OpenReader-WebUI
Beta Was this translation helpful? Give feedback.
All reactions