Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Need to know the mapping of roll number to name during internships/placements?

Notifications You must be signed in to change notification settings

pranitbauva1997/placements_stalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Need to see which roll numbers belong to which people in the pdf which can be downloaded from ERP for internships/ placements?

You are at the right place.

Installation

Make sure you have Java Development Kit (SE Edition) installed since we use tabula to read pdfs which in return depends on Java.

Setup virtual environment in Python3 using:

virtualenv -p python3 .venv/

Activate it in a shell using:

source .venv/bin/activate

Install Dependencies

pip install tabula-py

Usage

python main.py <filename>

For testing on sample file (test.pdf):

python main.py test.pdf

About

Need to know the mapping of roll number to name during internships/placements?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages