Skip to content

Commit

Permalink
Fix command line option names (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
steakchaser authored and dannnylo committed Jun 11, 2019
1 parent fd1359c commit fe86e4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/rtesseract/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ def full_command
add_option('--psm', options.psm)
add_option('--oem', options.oem)
add_option('-l', options.lang)
add_option('--tessdata_dir', options.tessdata_dir)
add_option('--user_words', options.user_words)
add_option('--user_patterns', options.user_patterns)
add_option('--tessdata-dir', options.tessdata_dir)
add_option('--user-words', options.user_words)
add_option('--user-patterns', options.user_patterns)

other_configs

Expand Down

0 comments on commit fe86e4c

Please sign in to comment.