@import views.html.helper.CSRF @()(implicit request: RequestHeader) @main("Redact PDF") {

Redact PDF

Name-blind recruitment

Single Candidate
@helper.form(action = CSRF(routes.Application.upload()), Symbol("enctype") -> "multipart/form-data") { }
Multiple Candidates (Taleo)
@helper.form(action = CSRF(routes.Application.importFromTaleo()), Symbol("enctype") -> "multipart/form-data") { }

This tool attempts to remove names, pronouns, email addresses and urls from CVs so that recruiters selecting people for interview aren't influenced by the candidates gender. It is not perfect, so I'd recommend a manual check of the results.

}