Skip to content

aschiopu/waterloo-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waterloo Internship applicants parser

Build Status

A command line tool implemented in Go to extract grade averages and internship performance from an autogenerated Waterloo applicants pdf file.

Usage of ./main:
  -export
    	export to csv
  -file string
    	filepath to parse (default "samples/test1.pdf")

Example usage :

$ go build main.go

$ ./main -file=frontend-applicants.pdf # will print results to screen

$ ./main -export -file=frontend-applicants.pdf # will export results to csv

About

Parse waterloo intern applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages