From 900dfbc8a76bfd9595c32370dd740d0a1bbd4c75 Mon Sep 17 00:00:00 2001 From: Vivek Nair Date: Fri, 21 Jul 2023 16:59:07 +0530 Subject: [PATCH] added details to readme file --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a614ce..29065ad 100644 --- a/README.md +++ b/README.md @@ -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 -PDF Viewer code for displaying content and related research \ No newline at end of file