mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-25 02:32:19 -05:00
Fix typos
This commit is contained in:
parent
70a7390720
commit
85eadc7db6
@ -128,7 +128,7 @@ In code:
|
|||||||
// NOTE THAT IT ALSO HAS TO BE THE SAME COLOUR
|
// NOTE THAT IT ALSO HAS TO BE THE SAME COLOUR
|
||||||
// UPTEXT IN THIS CASE.
|
// UPTEXT IN THIS CASE.
|
||||||
// I'm still not sure if this is a good idea or not.
|
// I'm still not sure if this is a good idea or not.
|
||||||
// Perhaos it should match *any* uptext colour.
|
// Perhaps it should match *any* uptext colour.
|
||||||
if (bmp.fastgetpixel(x,y) = bmp.fastgetpixel(x+1,y+1) ) then
|
if (bmp.fastgetpixel(x,y) = bmp.fastgetpixel(x+1,y+1) ) then
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
@ -174,7 +174,7 @@ Normal OCR
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
To do :-)
|
To do :-)
|
||||||
A large part is already explained abov e.
|
A large part is already explained above.
|
||||||
Most of the other OCR functions are simply used for plain identifying
|
Most of the other OCR functions are simply used for plain identifying
|
||||||
and have no filtering tasks.
|
and have no filtering tasks.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user