An open API service indexing awesome lists of open source software.

https://github.com/jai2dev/convert-to-pdf

Convert your documents in pdf format and extract information from them. Supports many extension like docs, docx, rtf etc
https://github.com/jai2dev/convert-to-pdf

api-rest converter document-conversion flask pdf python3

Last synced: 11 months ago
JSON representation

Convert your documents in pdf format and extract information from them. Supports many extension like docs, docx, rtf etc

Awesome Lists containing this project

README

          

# File Converter (to PDF format)
Convert your documents in pdf format and extract information from them. Supports many extension like docs, docx, rtf etc

# How it works?

1. open the main folder and run the command pip install -r requirements.txt to install required packages

2. run the command python3 app.py

3. open the local host server and follow the given instructions there.

Note: the converted files will be in uploads folder of the app directory

## you can play around with the code to extract information from the document

Currently this app supports file conversion and extracting emails and mobile numbers from the converted document and put them in a csv file and show the output.
Change the regex for extracting other information.