Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreeshrii committed Mar 15, 2019
2 parents d47b0d5 + 29389f7 commit 804d2aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build_script:
- sw -show-output -platform %platform% build

after_build:
- 7z a tesseract.zip %APPVEYOR_BUILD_FOLDER%\.sw\windows_*_msvc_*_shared_Release_*\*.exe %APPVEYOR_BUILD_FOLDER%\.sw\windows_*_msvc_*_shared_Release_*\*.dll
- 7z a tesseract.zip %APPVEYOR_BUILD_FOLDER%\.sw\windows_*_msvc_*_shared_Release\*.exe %APPVEYOR_BUILD_FOLDER%\.sw\windows_*_msvc_*_shared_Release\*.dll

artifacts:
- path: tesseract.zip
Expand Down
5 changes: 4 additions & 1 deletion doc/tesseract.1.asc
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ SINGLE OPTIONS
'-h, --help'::
Show help message.
'--help-extra'::
Show extra help for advanced users.
'--help-psm'::
Show page segmentation modes.
Expand Down Expand Up @@ -214,8 +217,8 @@ following languages:
*kir* (Kirghiz; Kyrgyz),
*kor* (Korean),
*kor_vert* (Korean (vertical)),
*kmr* (Kurdish (Kurmanji)),
*kur* (Kurdish),
*kur_ara* (Kurdish (Arabic)),
*lao* (Lao),
*lat* (Latin),
*lav* (Latvian),
Expand Down

0 comments on commit 804d2aa

Please sign in to comment.