Dear Aswin,
I downloaded your source code and try to run in my Ubuntu pc. But got output as
insight@Inspiron:~/Downloads/Mizhi-master/src$ python start.py
Enter the scanned image:
test.jpg
Traceback (most recent call last):
File "start.py", line 18, in
binary_image.binarize()
File "/home/insight/Downloads/Mizhi-master/src/binary.py", line 15, in binarize
if(pix[x,y][0]>127 or pix[x,y][1]>127 or pix[x,y][2]>127):
TypeError: 'int' object has no attribute 'getitem
Please let me know how I can run my malayalam containing images for OCR purpose.
Waiting Your fast reply.
Thanks
Anes

Dear Aswin,
I downloaded your source code and try to run in my Ubuntu pc. But got output as
insight@Inspiron:~/Downloads/Mizhi-master/src$ python start.py
Enter the scanned image:
test.jpg
Traceback (most recent call last):
File "start.py", line 18, in
binary_image.binarize()
File "/home/insight/Downloads/Mizhi-master/src/binary.py", line 15, in binarize
if(pix[x,y][0]>127 or pix[x,y][1]>127 or pix[x,y][2]>127):
TypeError: 'int' object has no attribute 'getitem
Please let me know how I can run my malayalam containing images for OCR purpose.
Waiting Your fast reply.
Thanks

Anes