Commit befff334 authored by M.S.M.Perera's avatar M.S.M.Perera

imports changed

parent b79f09db
...@@ -30,10 +30,8 @@ from clint.textui import progress ...@@ -30,10 +30,8 @@ from clint.textui import progress
import datetime import datetime
import calendar import calendar
from docx import *
import dotenv
from pdf2docx import Converter
import os.path
import glob import glob
...@@ -51,6 +49,11 @@ import tabula ...@@ -51,6 +49,11 @@ import tabula
from tabula import read_pdf from tabula import read_pdf
from tabulate import tabulate from tabulate import tabulate
from docx import *
import dotenv
from pdf2docx import Converter
import os.path
nltk.download('punkt') nltk.download('punkt')
# For Graphs (Histogram,Bar Graphs) # For Graphs (Histogram,Bar Graphs)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment