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

https://github.com/Harsh-0-7/PDF-Reader

PDF reader with read aloud feature
https://github.com/Harsh-0-7/PDF-Reader

html-css-javascript jquery pdf-reader pdf-viewer pdfjs reader text-to-speech web-speech-api

Last synced: about 1 year ago
JSON representation

PDF reader with read aloud feature

Awesome Lists containing this project

README

          

# PDF Reader

![Demo Image](./Demo.png)

Main feature of this reader is to use read aloud feature for free.

### Works on Edge Browser only

## How to Use?

- Open index.html
- Upload PDF
- Click on Read Aloud Button (Need Internet)

## Todo:

- [ ] Add Resize Page Buttons
- [ ] Skip Header/footers,vertical text,text in brackets
- [ ] Make responsive
- [ ] Create Extension
- [ ] Create Mobile App
- [ ] Make links clickable
- [ ] Try base64
- [ ] Use Canvas.before insert method to add textlayer

## Contribute to development

```bash
# Clone repository
$ git clone https://github.com/Harsh-0-7/PDF-Reader.git

# Move to working directory
$ cd PDF-Reader

# Install dependencies
$ npm install
```

## Have you found a bug?

Please open a new issue on:

https://github.com/Harsh-0-7/PDF-Reader/issues

## License

Copyright (c) Harsh Shah

[MIT License](http://en.wikipedia.org/wiki/MIT_License)