added details to readme file

This commit is contained in:
Vivek Nair 2023-07-21 16:59:07 +05:30
parent 52a17e9c31
commit 900dfbc8a7

View File

@ -1,3 +1,14 @@
# pdfviewer
# PDF Viewer using PDF.js
PDF Viewer code for displaying content and related research
This repository contains code based on research performed related to the pdf js and its implementaitons.
## There are three folders
### bower components
Contains pdfviewer as an object and related dependencies compiled into js using bower
### pdfshow
Implementation of pdf.js using viewer using base64
### pdf with text highting layer
Using canvas and text highlighting layer