Skip to content

Commit

Permalink
Fix some typos (found by codespell)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed May 26, 2019
1 parent 8fc1a75 commit ff9f0ff
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions 4.0x-Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@
* 2015-08-07 [(9dcf2c6)](http://github.com/tesseract-ocr/tesseract/commit/9dcf2c6aa896bf8b3c0b7c540f439455e76d44d7) **Jeff Breidenbach**: replace CubeUtils::UTF8ToUTF32 in pdfrenderer
* 2015-07-31 [(66a76a9)](http://github.com/tesseract-ocr/tesseract/commit/66a76a94772343582a70783a712f6248a81879ab) **Zdenko Podobný**: Revert "temporary add config/*, configure and Makefile.in for release"
* 2015-07-31 [(bedc46f)](http://github.com/tesseract-ocr/tesseract/commit/bedc46f16d0fb950019c3390b35e1b9a01d5db69) **Zdenko Podobný**: remove empty header file secname.h
* 2015-07-27 [(d937659)](http://github.com/tesseract-ocr/tesseract/commit/d9376594a86ff45dad2d3a3b7284e0c1f7ce711c) **Zdenko Podobný**: fix memmory leak based on issue 1488 (https://code.google.com/p/tesseract-ocr/issues/detail?id=1488)
* 2015-07-27 [(d937659)](http://github.com/tesseract-ocr/tesseract/commit/d9376594a86ff45dad2d3a3b7284e0c1f7ce711c) **Zdenko Podobný**: fix memory leak based on issue 1488 (https://code.google.com/p/tesseract-ocr/issues/detail?id=1488)
* 2015-07-26 [(0146185)](http://github.com/tesseract-ocr/tesseract/commit/0146185c044695757c39fdd72d71178583ef20ac) **ws233**: Type mismatch on a 64bit platforms has been fixed.
* 2015-07-25 [(5dfb0cb)](http://github.com/tesseract-ocr/tesseract/commit/5dfb0cb89870c811b80a4805233487eb0693c2af) **Zdenko Podobný**: Fixes #64 - tessedit_create_txt 0 blocks box training
* 2015-07-24 [(41478fd)](http://github.com/tesseract-ocr/tesseract/commit/41478fd5a1f713f56ec51134d2598700b7f1463c) **Zdenko Podobný**: implement build without cube (-DNO_CUBE_BUILD)
Expand Down Expand Up @@ -1069,7 +1069,7 @@
* 2014-08-18 [(5755a5c)](http://github.com/tesseract-ocr/tesseract/commit/5755a5cecb1e16fa71d286f62c3bbe729314c5f9) **Zdenko Podobný**: fix opencl build on OSX (issue 1272)
* 2014-08-16 [(524ee27)](http://github.com/tesseract-ocr/tesseract/commit/524ee27f019b1ab2ea6a536b1dc335b9ef78fad7) **Zdenop**: increase version number based on baseapi.h
* 2014-08-15 [(689c8e5)](http://github.com/tesseract-ocr/tesseract/commit/689c8e56678df60b14e8396333cb2c058b03965b) **Zdenop**: fix VS2010 build
* 2014-08-14 [(369fabb)](http://github.com/tesseract-ocr/tesseract/commit/369fabb7fc9b6b941b0c24ada84f06a4258544b4) **Zdenko Podobný**: fix filemode; update autotools and distribution script to repository changes; ignore doxygen generated files and langauge data files;
* 2014-08-14 [(369fabb)](http://github.com/tesseract-ocr/tesseract/commit/369fabb7fc9b6b941b0c24ada84f06a4258544b4) **Zdenko Podobný**: fix filemode; update autotools and distribution script to repository changes; ignore doxygen generated files and language data files;
* 2014-08-13 [(3c21c14)](http://github.com/tesseract-ocr/tesseract/commit/3c21c149492bda540eba991a6e102633c2d12318) **Ray Smith**: Fixed issue 1245
* 2014-08-13 [(09b439b)](http://github.com/tesseract-ocr/tesseract/commit/09b439b05a78def977ddf4c9ff3910235e3f9ddb) **Ray Smith**: Fixed issue 1241, but disabled due to making accuracy worse
* 2014-08-13 [(769fef8)](http://github.com/tesseract-ocr/tesseract/commit/769fef8c96c8bb85614c315963e9053c5c06c99d) **Zdenko Podobný**: fix training tools build
Expand Down Expand Up @@ -1122,7 +1122,7 @@
* 2014-05-07 [(c3b6ac7)](http://github.com/tesseract-ocr/tesseract/commit/c3b6ac7f326f87f25e9569b1eecc79df68d3724e) **zdenop**: skip imagedata build to fix issue 1150 on Mac OS X
* 2014-05-07 [(30f6ae6)](http://github.com/tesseract-ocr/tesseract/commit/30f6ae6742aac3189754a46ad14ca530f1698366) **zdenop**: amendment to r1091
* 2014-05-04 [(ee73e3b)](http://github.com/tesseract-ocr/tesseract/commit/ee73e3b10713b3ce532b323243de0d144705a46c) **zdenop**: fix issue 123: user-words (and user-patterns) file specified by command line
* 2014-05-03 [(bc09cd9)](http://github.com/tesseract-ocr/tesseract/commit/bc09cd9040dce9eabbf5fbc69db8f16282c38b9a) **zdenop**: fix formating in C-API and add TessChoiceIteratorDelete
* 2014-05-03 [(bc09cd9)](http://github.com/tesseract-ocr/tesseract/commit/bc09cd9040dce9eabbf5fbc69db8f16282c38b9a) **zdenop**: fix formatting in C-API and add TessChoiceIteratorDelete
* 2014-05-03 [(f86e9d8)](http://github.com/tesseract-ocr/tesseract/commit/f86e9d83d4be46d9e349ed3cd23666be52550ff0) **zdenop**: add ChoiceIterator to C-API - fix issue 1149
* 2014-04-29 [(484b47b)](http://github.com/tesseract-ocr/tesseract/commit/484b47bc5d4531bb03857412a4eedc30e889dd66) **theraysmith@gmail.com**: Fixed tfscanf return value with * modifier
* 2014-04-29 [(c8e27cb)](http://github.com/tesseract-ocr/tesseract/commit/c8e27cb8f85294ebe6df97511963088707d7ee2f) **theraysmith@gmail.com**: Fixed segfault due to partial support of * modifier in tfscanf
Expand Down Expand Up @@ -1442,7 +1442,7 @@
* 2012-02-19 [(6ccab83)](http://github.com/tesseract-ocr/tesseract/commit/6ccab83bd6e23cead60014dba15c8d1e61a3e04f) **zdenop@gmail.com**: fixing issue 628 (replacing __MSW32__ with _WIN32) and issue 614 (reverting "class DLLSYM STRING" to "class CCUTIL_API STRING")
* 2012-02-18 [(61611c1)](http://github.com/tesseract-ocr/tesseract/commit/61611c19909cc05ad83cccc74a685c03accccb77) **zdenop@gmail.com**: removed unnecessary conditional
* 2012-02-15 [(018f192)](http://github.com/tesseract-ocr/tesseract/commit/018f192fc22283bb652b85c792b5e01767c61730) **david.eger@gmail.com**: Abolish populate_unichars(), fixing seg fault reported in Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658634
* 2012-02-12 [(53d133d)](http://github.com/tesseract-ocr/tesseract/commit/53d133d83ad76518e9e0e9d5f0b6aff55ea5a784) **zdenop@gmail.com**: fixed cntraning thanks to Wil Hadden; fixed installation of new manpages
* 2012-02-12 [(53d133d)](http://github.com/tesseract-ocr/tesseract/commit/53d133d83ad76518e9e0e9d5f0b6aff55ea5a784) **zdenop@gmail.com**: fixed cntraning thanks to Will Hadden; fixed installation of new manpages
* 2012-02-12 [(3c4fd30)](http://github.com/tesseract-ocr/tesseract/commit/3c4fd30bb56ecee883771de45212fb874571a7f9) **zdenop@gmail.com**: Fix is isinf for VC++
* 2012-02-10 [(22331c0)](http://github.com/tesseract-ocr/tesseract/commit/22331c03ec09973aef6f6e3ff78e4690a500404f) **david.eger@gmail.com**: Fix issue 613: assert() fail on Windows isspace() when given non-ASCII.
* 2012-02-09 [(58e06c8)](http://github.com/tesseract-ocr/tesseract/commit/58e06c8c453b870c2d391b79b2cf724747d5c8e0) **david.eger@gmail.com**: Update man pages for Tesseract 3.02.
Expand Down Expand Up @@ -1574,7 +1574,7 @@
* 2010-10-29 [(459ff62)](http://github.com/tesseract-ocr/tesseract/commit/459ff6229338a58dad3aa39053020cc468cc43c4) **max.markin@gmail.com**: added quotes in xcopy
* 2010-10-29 [(fa4d458)](http://github.com/tesseract-ocr/tesseract/commit/fa4d4589cb2be7fa1ead12101b450e918ec0c26d) **zdenop@gmail.com**: fixed hocr (escape special special characters; thank to aizvorski) + hocr config)
* 2010-10-26 [(346da8c)](http://github.com/tesseract-ocr/tesseract/commit/346da8c1e5b2afbe832cff9e6e71fdee441889a8) **zdenop@gmail.com**: missing returns in nonvoid functions (thanks to rusnakp) issue 389; corrected windows installation script - tesseract should be not run as start-up application;
* 2010-10-22 [(21d6ea6)](http://github.com/tesseract-ocr/tesseract/commit/21d6ea66c280c2323a5b380e8076a72066d40821) **zdenop@gmail.com**: better handlig of multipage tiff (issue 380 http://code.google.com/p/tesseract-ocr/issues/detail?id=380)
* 2010-10-22 [(21d6ea6)](http://github.com/tesseract-ocr/tesseract/commit/21d6ea66c280c2323a5b380e8076a72066d40821) **zdenop@gmail.com**: better handling of multipage tiff (issue 380 http://code.google.com/p/tesseract-ocr/issues/detail?id=380)
* 2010-10-12 [(8522533)](http://github.com/tesseract-ocr/tesseract/commit/852253368976e7462f040808d813af2bc10ed834) **zdenop@gmail.com**: improved NSI script: finalization for tesseract-ocr-setup-3.00.exe
* 2010-10-11 [(e54ab01)](http://github.com/tesseract-ocr/tesseract/commit/e54ab01f19a9f7f4d4d11559b234b1018560e652) **zdenop@gmail.com**: improved NSI script: select language data based on windows system language, download and install non English languages
* 2010-10-10 [(5e37a94)](http://github.com/tesseract-ocr/tesseract/commit/5e37a948baae07761ae4e220856dd92c1ddb6da1) **zdenop@gmail.com**: improved NSI script: detection of installed tesseract; set environment variables TESSDATA_PREFIX, PATH; recognition of Tesseract-OCR by "Add/Remove" program in Windows Control panel
Expand Down Expand Up @@ -1799,8 +1799,8 @@
* 2008-12-30 [(91e7ccc)](http://github.com/tesseract-ocr/tesseract/commit/91e7cccd28acdec58f1fd62a1b5ad4667bb6093c) **theraysmith**: Fixed issue 67
* 2008-12-30 [(55891a3)](http://github.com/tesseract-ocr/tesseract/commit/55891a3cdc97dd51632a4c5214eb6b497e02e1e6) **theraysmith**: Fixed issue 63
* 2008-12-30 [(93c8e5d)](http://github.com/tesseract-ocr/tesseract/commit/93c8e5d2d372918d100696f478d761df801fa713) **theraysmith**: Harmless improvements from 3.00 going in to 2.04
* 2008-12-30 [(de46248)](http://github.com/tesseract-ocr/tesseract/commit/de462485e04e647bc2558248cc2e0def8df7493c) **theraysmith**: Fixes to lists so an empty constructor is not needed + reenable debugging
* 2008-12-30 [(51ed033)](http://github.com/tesseract-ocr/tesseract/commit/51ed03368d4bac1c15d33236ed57f6dae11092cc) **theraysmith**: Fixes to lists so an empty constructor is not needed + reenable debugging
* 2008-12-30 [(de46248)](http://github.com/tesseract-ocr/tesseract/commit/de462485e04e647bc2558248cc2e0def8df7493c) **theraysmith**: Fixes to lists so an empty constructor is not needed + re-enable debugging
* 2008-12-30 [(51ed033)](http://github.com/tesseract-ocr/tesseract/commit/51ed03368d4bac1c15d33236ed57f6dae11092cc) **theraysmith**: Fixes to lists so an empty constructor is not needed + re-enable debugging
* 2008-12-24 [(04c4620)](http://github.com/tesseract-ocr/tesseract/commit/04c462007fff2329bc31a90949b2a6c38031a1dd) **theraysmith**: Fixed the dawg crash (edge_char_of/letter_is_okay) issue 128 and duplicates
* 2008-12-24 [(cb3b9b4)](http://github.com/tesseract-ocr/tesseract/commit/cb3b9b492f5dd40c284bc66d298adae2d4ba5d21) **theraysmith**: Fixed tiffio problems with 32 bit images, issue 160 and duplicates
* 2008-12-24 [(ddfabca)](http://github.com/tesseract-ocr/tesseract/commit/ddfabca4d5d8200494a7bd107ff6231cbcf50d70) **theraysmith**: Fixed compilatation problems, issue 142 and others
Expand Down
2 changes: 1 addition & 1 deletion APIExample.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# API examples

This wiki provides simple examples on how to use the tesseract-ocr API (v3.02.02-4.0.0) in C++.
It is expected that tesseract-ocr is correctly installed including all dependecies.
It is expected that tesseract-ocr is correctly installed including all dependencies.
It is expected the user is familiar with C++, compiling and linking program on their platform, [though basic compilation examples are included for beginners with Linux](#compiling-c-api-programs-on-linux).

More details about tesseract-ocr API can be found at [baseapi.h](https://github.com/tesseract-ocr/tesseract/blob/master/src/api/baseapi.h).
Expand Down
4 changes: 2 additions & 2 deletions AddOns.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Platform support depends on used language and experience of user.
* [boxFactory](http://www.dinosaursandmoustaches.com/boxFactory.php) is a tool for quickly creating box files to train the Tesseract OCR engine. You can identify characters in the image by simply drawing boxes around them.
* https://github.com/BaltoRouberol/TesseractTrainer - TesseractTrainer is a simple Python API, taking over the tedious process of manually training Tesseract3
* [tess\_school](https://github.com/ddohler/tess_school) - a set of handy scripts to make the tesseract training process a bit easier
* [txt2img](http://code.google.com/p/txt2img/): Qt GUI application that generate image and box file based on text imput
* [txt2img](http://code.google.com/p/txt2img/): Qt GUI application that generates image and box file based on text input
* [DangAmbigs Generator](http://www.cs.toronto.edu/~mreimer/tesseract.html): Creates a DangAmbigs file automatically given a set of OCR text output and correct text. _Requirements:_ Python
* [train.ps1](http://sourceforge.net/p/vietocr/code/HEAD/tree/jTessBoxEditor/trunk/tools/): Windows powershell script for Automate Tesseract 3.01 language data pack generation process.
* [Update unicharambigs.exe](http://code.google.com/p/tesseract-ocr/issues/detail?id=544): A small (windows) C# program for editing "lang.unicharambigs" file
Expand Down Expand Up @@ -153,4 +153,4 @@ Platform support depends on used language and experience of user.
* http://www.pixel-technology.com/freeware/tessnet2/

**Java**
* [tess4j (0.4)](https://github.com/nguyenq/tess4j) - JNA wrapper. Docs and discussions - http://tess4j.sourceforge.net/
* [tess4j (0.4)](https://github.com/nguyenq/tess4j) - JNA wrapper. Docs and discussions - http://tess4j.sourceforge.net/
2 changes: 1 addition & 1 deletion FAQ.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ See https://github.com/tesseract-ocr/tesseract/issues/660#issuecomment-274213632
== Can I use Tesseract for handwriting recognition?

You can, but it won't work very well, as Tesseract is designed for
printed text. Look for projects focussed on handwriting recognition.
printed text. Look for projects focused on handwriting recognition.

== Can I use tesseract for barcode recognition?

Expand Down
2 changes: 1 addition & 1 deletion Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ zypper install tesseract-ocr-traineddata-german

If you are experimenting with OCR Engine modes, you will need to manually install language training data beyond what is available in your Linux distribution.

Various types of training data can be found on [GitHub](https://github.com/tesseract-ocr/). Unpack and copy the .traineddata file into a 'tessdata' directory. The exact directory will depend both on the type of training data, and your Linux distribtion. Possibilities are `/usr/share/tesseract-ocr/tessdata` or `/usr/share/tessdata` or `/usr/share/tesseract-ocr/4.00/tessdata`.
Various types of training data can be found on [GitHub](https://github.com/tesseract-ocr/). Unpack and copy the .traineddata file into a 'tessdata' directory. The exact directory will depend both on the type of training data, and your Linux distribution. Possibilities are `/usr/share/tesseract-ocr/tessdata` or `/usr/share/tessdata` or `/usr/share/tesseract-ocr/4.00/tessdata`.

Training data for obsolete Tesseract versions [=< 3.02](https://sourceforge.net/projects/tesseract-ocr-alt/files/?source=navbar) reside in another location.

Expand Down

0 comments on commit ff9f0ff

Please sign in to comment.