Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Added Google Docs Support #36

Open
Roaster05 opened this issue Mar 28, 2024 · 1 comment
Open

[Feature] Added Google Docs Support #36

Roaster05 opened this issue Mar 28, 2024 · 1 comment

Comments

@Roaster05
Copy link
Contributor

Current State:

Currently, our Extension supports text input and PDF files. However, many documents commonly accessed over the internet are hosted on Google Docs. Unfortunately, our extension lacks the capability to extract content from Google Docs files directly. This limitation inhibits users from utilizing Google Docs content for Quiz Generation, which is a desirable feature for our models.

Proposed Solution:

Integrating a Google Docs URL Parser which can fetch data from publicly visible Google Docs files using the Google Docs API. This parser would enable our Flask application to accept Google Docs URLs as input and return the desired content for Quiz Generation. Additionally, this solution may involve web scraping techniques to extract text content from the Google Docs file retrieved via the API, ensuring that our model receives the necessary input data. By implementing this solution, we bridge the gap between Google Docs content and our Quiz Generation functionality, enhancing the versatility and usability of our extension.

@charanbhatia
Copy link

@Roaster05 , please assign this issue to me. It's been a while now, and I can create a PR soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants