AiPacino / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
2 stars 0 forks source link

Add word recognition language to C-API #1200

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The WordRecognitionLanguage function is very useful, but not accessible to 
users of the C-API.

Attached is a little patch that adds it.

Original issue reported on code.google.com by nick.wh...@durham.ac.uk on 13 May 2014 at 7:27

Attachments:

GoogleCodeExporter commented 9 years ago
thanks. Commited in r1102.

PS: Next time can you please use the latest svn code and maybe svn or diff 
instead of git (kdiff3 reported that your patch is malformed) for creating 
patch?

Original comment by zde...@gmail.com on 16 May 2014 at 6:39

GoogleCodeExporter commented 9 years ago
Thanks for committing.

I was using the latest SVN code, I believe. I'm using git because having 
multiple branches is really useful for me to try stuff out, merge general 
purpose features with features that only I need, etc. I created the last few 
patches (including this one) using 'git format-patch' - I'll try using regular 
'git diff' next time, which will hopefully placate kdiff. Let me know next time 
if it's still a problem.

Original comment by nick.wh...@durham.ac.uk on 16 May 2014 at 7:12