Skip to content

Instantly share code, notes, and snippets.

@jinhoyoo
Created May 31, 2016 08:29
Show Gist options
  • Save jinhoyoo/c788c28205a8aee5a36fa13af0c7a655 to your computer and use it in GitHub Desktop.
Save jinhoyoo/c788c28205a8aee5a36fa13af0c7a655 to your computer and use it in GitHub Desktop.
tesseract --tessdata-dir ./ ./TestSet2/name.png name -l kor -psm 8
tesseract --tessdata-dir ./ ./TestSet2/id_number.png id_number -l kor -psm 8
tesseract --tessdata-dir ./ ./TestSet2/address.png address -l kor -psm 6
tesseract --tessdata-dir ./ ./TestSet2/printed_date.png printed_date -l kor -psm 3
tesseract --tessdata-dir ./ target.png -l kor -psm 0
@jinhoyoo
Copy link
Author

Several command line examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment