|
2008-04-06
, 05:11
|
Posts: 155 |
Thanked: 69 times |
Joined on Apr 2008
|
#2
|
|
2008-04-06
, 08:16
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#3
|
That's pretty cool... actually, I've been wondering if there is any barcode scanning software that could work from a photo taken by a NIT...
The Following User Says Thank You to lardman For This Useful Post: | ||
|
2008-04-06
, 08:36
|
Posts: 551 |
Thanked: 46 times |
Joined on Oct 2007
|
#4
|
|
2008-04-06
, 09:02
|
Posts: 42 |
Thanked: 24 times |
Joined on Nov 2007
|
#5
|
|
2008-04-06
, 14:24
|
Posts: 155 |
Thanked: 69 times |
Joined on Apr 2008
|
#6
|
|
2008-04-06
, 14:38
|
Posts: 155 |
Thanked: 69 times |
Joined on Apr 2008
|
#7
|
The Following User Says Thank You to rbrewer123 For This Useful Post: | ||
|
2008-04-07
, 10:25
|
Posts: 42 |
Thanked: 24 times |
Joined on Nov 2007
|
#8
|
|
2008-04-07
, 14:59
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#9
|
I've written something in MATLAB (I want to be able to scan book barcodes and compare them to a database of my books) if you're interested. I'm planning on 'porting' it to Python, which shouldn't be too painful, I've just not got round to it yet.
Give me a shout if you'd like to see the MATLAB code and get it working on the device.
|
2008-04-07
, 15:05
|
|
Posts: 11,700 |
Thanked: 10,045 times |
Joined on Jun 2006
@ North Texas, USA
|
#10
|
Update 07-April-2008:
Attached the debian package below.
After installation run it through, MaemoPad in Extras menus
Changes made(compared to the binary)
Word wrap
Support for texts with more than 2K characters. Still limited , upto only 10K
Update 06-April-2008:
I have integrated the GNU OCR engine with maemopad. A menu item (to open PNM) and menu tab item (to do the same has been added). As you can see in the screen shots these open PNM(image) files. I am working on adding support to most image formats(jpeg,tiff, png, bmp etc etc) I have the Netpbm library compiled but somehow the other fileformat are not working. For now I can only provide the source code and binary. I will try to pack it into deb once I get sometime to figure it out. For now it seems to work fine. You can read upto 2048 characters. But this can be changed easily in the later releases.
Screenshots
Menu Option
Source Image (Chapter 1, The Manifesto)
OCR Result
As you can see, more work to be done on work wrapping, aligning paragraphs, new line etc. Its about 3 times slower when compared to a Pentium 4 1.8GHz, 512MB , fedora 8 system. Just used the basic "time" command.
Package( binary, source, test images)
http://rapidshare.com/files/105337245/mocr.tar.gz.html
-----------------------------------------
Hi,
I have successfully ported GNU OCR
http://jocr.sourceforge.net/
Here are the source files
http://rapidshare.com/files/10519004...mo.tar.gz.html
and a sample pnm to test it
http://rapidshare.com/files/105190569/ocr-b.pnm.html
and the binary for os2008 for n800,
http://rapidshare.com/files/105190878/gocr.html
And the results!
Test Image: ocr-b.pnm
Nokia-N800-51-3:~# ./gocr ocr-b.pnm
nBcDEFGHIJKLmNoRsTuvwxyznöü
abcdefghijklmnopqrstuvwxyzäöüß
1234S6789O !''%&/()≡?\(}[I+*#'
<,;.:-
Last edited by chemist; 2010-01-14 at 09:26.