Skip to content

This project is a web application built using the Flask framework that allows users to upload a PDF file containing text and converts it into a new PDF file where each page of the original PDF is represented as an image. The application will use the PyMuPDF library to read and convert the text pages into images and also to write the new PDF file.

Notifications You must be signed in to change notification settings

MaarkNassef/PDFGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDFGame

Description:

This project is a web application built using the Flask framework that allows users to upload a PDF file containing text and converts it into a new PDF file where each page of the original PDF is represented as an image. The application uses the PyMuPDF library to read and convert the text pages into images and also to write the new PDF file. Users can upload a PDF file via a web form, and then download the resulting PDF file containing the text pages as images. This application can be useful for situations where the original PDF file needs to be kept confidential, or when the text needs to be extracted using OCR.

Libraries:

- Flask
- PyMuPDF

About

This project is a web application built using the Flask framework that allows users to upload a PDF file containing text and converts it into a new PDF file where each page of the original PDF is represented as an image. The application will use the PyMuPDF library to read and convert the text pages into images and also to write the new PDF file.

Topics

Resources

Stars

Watchers

Forks