I downloaded the Mitchell Report from mlb.com and did the following:
# pdftotext mitchrpt.pdf 
# fmt mitchrpt.txt | tr -sc '[A-Z][a-z]' '[\012*]' | sort | uniq -c \
  | sort -nr > mitchell-report-word-count.txt
# style mitchrpt.txt >  mitchell-style.txt
View the files here: