[Pycodeocr-main] SF.net SVN: pycodeocr:[52] trunk/utils/ocr.py
Status: Beta
Brought to you by:
drtrigon
From: <drt...@us...> - 2011-04-27 21:22:39
|
Revision: 52 http://pycodeocr.svn.sourceforge.net/pycodeocr/?rev=52&view=rev Author: drtrigon Date: 2011-04-27 21:22:33 +0000 (Wed, 27 Apr 2011) Log Message: ----------- updates for 'char_correction' Modified Paths: -------------- trunk/utils/ocr.py Modified: trunk/utils/ocr.py =================================================================== --- trunk/utils/ocr.py 2011-04-27 20:26:18 UTC (rev 51) +++ trunk/utils/ocr.py 2011-04-27 21:22:33 UTC (rev 52) @@ -35,7 +35,7 @@ # Three ("\?>", "3"), # Four - ("l\.", "4"), ("A", "4"), ("l»", "4"), ("h", "4"), ("i»", "4"), ("l\xe2\x80\xa2", "4"), ("&", "4"), + ("l\.", "4"), ("A", "4"), ("l»", "4"), ("h", "4"), ("i»", "4"), ("l\xe2\x80\xa2", "4"), ("&", "4"), ("l\+", "4"), # Five ("S", "5"), # Six @@ -54,6 +54,7 @@ ("l", "1"), (chr(39)+"!", "1"), (chr(39)+"\|", "1"), + ("'\|", "1"), ("\|", "1"), ("'\]", "1"), ("'\}", "1"), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |