English 中文(简体)
OCR and word reviewing
原标题:

I m using Tesseract for my letter recognition project and currently the recognitions is quite good. The image processing part was done using OpenCv libraries. The letters are hand written.But there are some problems when I used it to recognise the letter "O" and number "0". These letters are used in data areas as the fields that enter names. So names cannot have any numbers with it. And when we are using the the system of the data fields as date of birth it only contains numbers. So I m willing to give restriction to the recognition system saying that the corresponding data fields have only numbers or the letters.

And also I m willing to review the recognised letters with the possible words so we can improve the accuracy of the data. I m willing to use the openCv libraries for this task. But I don t know what are the libraries that help for this task and what are the functionalities of those. So please can some one help me. Thank you.

Regards, Thilanka.

最佳回答

I ve never used Tesseract. However, in the FAQ it says

How do I recognise only digits?

TessBaseAPI::SetVariable("tessedit_char_whitelist", "0123456789");

Presumably you could use the pattern of the FAQ entry to set it up so it only recognises letters or just digits appropriately.

If you have already tried this, can you give more details of why it doesn t work?

问题回答

暂无回答




相关问题
ABBYY Mobile OCR Engine for Iphone [closed]

I am looking to use/buy a OCR solution for my next iPhone app. Searching through the answers on this site didn t really help me a lot. Did anybody ever use ABBYY Mobile OCR Engine for iPhone? What ...

Zinnia (handwriting recognition) and PHP integration

Can anyone please provide some instructions or steps on how to integrate zinnia (handrecognition system) with regular php? A sample of how it works could be found here. Thank you.

Open source OCR for Chinese [closed]

I ve searched around for open source OCR for Chinese. But without any luck there rarely seems to be some open source OCR (for Chinese) that are usable. So I am here wondering: Is there any open ...

Using Ruby And Ubuntu With Optical Character Recognition

I am a university student and it s time to buy textbooks again. This quarter there are over 20 books I need for classes. Normally this wouldn t be such a big deal, as I would just copy and paste the ...

Fraktur recognition with OCRopus/Tesseract on Linux

I am trying to perform recognition of a german text with fraktur typeface with ocropus but It doesn t seem to be using deu-f package. Here are the steps I performed. Compiled and installed tesseract ...

Good opensource OCR in C# [closed]

Is there a good open source OCR implementation in C#? I am trying to solve the following problem. I have a document which contains boxes and people enter their id number in the box. Now I want to ...

Python Tesseract can t recognize this font

I have this image: I want to read it to a string using python, which I didn t think would be that hard. I came upon tesseract, and then a wrapper for python scripts using tesseract. So I started ...

Chinese handwriting recognition

I m looking for handwriting recognition solution. I ve found one here, which is a flash application. What s the principle of how it works? Does it make any queries to db to find the character?

热门标签