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