gkovacs / pdfocr

Adds text to PDF files using the cuneiform OCR software
MIT License
325 stars 49 forks source link

Make ruby code more idomatic #38

Closed jtrees closed 5 years ago

jtrees commented 5 years ago

This PR changes the style of code to be more conventional and feel more familiar to ruby devs. I refrained from doing any logical refactoring.

The style changes were mostly informed by rubocop defaults.