Disclaimer: This is a personal project with no intention of commercial gain.
This project aims to generate snippets of images from PDF or Image files from the comfort of one's own Google Drive. The application is designed to use the commenting featue of Google Drive to extract specific areas of images from PDFs or Images. This is a complete cloud-based project built primarily on Google Suite of applications with the additon of Microsoft Power Automate and various services as the main processing unit.
- Google App Scripts, Microsoft Power Automate
- Encodian Image Extractor from PDF, PDF merge/split code from pokyCoder.
- G-Suite of applications--Drive, Sheets, Slides
Instructions - Demo
- Upload files to google drive
- Set there share status to public
- Select required sub-snippet regions on PDF or Image files with the comment's adhering to the syntax mentioned.
- Copy the required file's shareable link and paste it to the interfacing form.
- Specify the mail you'd want to recieve real-time updates of the backend.
- Enjoy image snippets here :) (This output folder is subjected to change in future)
The syntax depends on a custom note_taking-cum-documentation syntax I came up with during my first and second year at college for the purpose of digitalizing my physical notes. You can find more insights into the same from this document.
- Created full fledged notes with an aid from this project during my 2nd year of B.Tech.
- As this was my first ever project the code quality isn't in the most readable and managable format. Will update it soon with my latest experience and knowledge.
- Currently lacks documentation of proper usage syntax and technical details. Will work on after refractoring the code.
- Bug: It's throwing error for single page PDFs and multiple files.
- Usage: The actual snippet generation can take a long time (approximately 40 Mins if not in test mode) due to the non-standard approach at making a Web Hook from Calendar API and Calendar Connector.
- Standardize the tech stack