Not sure the best way to explain this but i\'ll give it a shot. I\'m trying to find a way to parse text/numbers from a screen grab in eithe开发者_Go百科r C# or Java - whichever provides the easiest wa
I know that google goggles will translate a picture to text. What I want to do is allow the user to take a picture (no problem), translate that picture to text(?) and then do some processing on the te
I believe, there is an al开发者_C百科gorithm, which can equal two strings with similar typefaces of a characters, but different symbols (digits, Cyrillic, Latin or other alphabets). For example:
When I insert an image into OneNote 2007 using C# my images have \'Make Text in Image Searchable\' set to D开发者_StackOverflow中文版isabled.
nice /usr/local/bin/convert \\ -colors 2 \\ -colorspace gray \\ -compress group4 \\ /var/www/html/uploads/pokemon.jpg \\
开发者_开发技巧 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so
So I want to be able to recognise patterns in images (such as a number 4), I have been reading about different algorithms and I would really like to use the Nearest Neighbour algorithm, it looks simpl
The background of my question is associated with Tesseract, the free OCR engine (1985-1995 by HP, now hosting in Google). It specifically requires an input file and an output file; the argument only t
I have an app where I\'m using MODI 2007 to OCR several multi-page tiff files.I have found that when I kick it off on a directory that contains several good tiffs but also some tiffs that cannot be op
I would like to improve my OCR accuracy (I\'m using the Tesseract OCR engine) by using a median fi开发者_运维问答lter on an image before performing OCR on it.How would I apply a median filter to a UII