On Tue, Dec 18, 2012 at 2:15 AM, José Luis Rey <[email protected]> wrote: > It is posible to retrieve image skew and orientation using tesseract and or > leptonica?
See [1][2] and [3][4], probably somewhat specific to western languages? P.S. How do I quickly determine such answers? View [5] and enter in "orient" or "skew" in the Function textbox and then click on a likely function. If you're not sure what a function might be called sometimes selecting a Category might be useful. Once there, browse around. Doxygen messes up the formatting of Leptonica comments so its best to look at the actual source files (click on the Definition at line X of file Y links). Take a look at the Referenced by links for examples. This is somewhat incomplete as lots of time the function will be used in a C main function. When in doubt grep the entire leptonica/prog directory for the function in question. Also see [6] and try entering a term in the Description textbox. [1] http://tpgit.github.com/Leptonica/flipdetect_8c_source.html [2] http://tpgit.github.com/Leptonica/flipdetect__reg_8c_source.html [3] http://tpgit.github.com/Leptonica/skew_8c_source.html [4] http://tpgit.github.com/Leptonica/skewtest_8c_source.html [5] http://tpgit.github.com/UnOfficialLeptDocs/leptonica/functions.html [6] http://tpgit.github.com/UnOfficialLeptDocs/leptonica/prog-dir.html -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en

