English 中文(简体)
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.

  1. Compiled and installed tesseract and ocropus.
  2. Downloaded http://tesseract-ocr.googlecode.com/files/tesseract-2.01.deu-f.tar.gz, unpacked it to tessdata/.

But when I call

 $ ocroscript recognize --tessLanguage=deu-f --output-mode=text image.png

the results are the same as when I call

$ ocroscript recognize --tessLanguage=eng --output-mode=text image.png

Any ideas what the problem is?

最佳回答

The problem is described in http://code.google.com/p/ocropus/issues/detail?id=87. Just need to apply the patch to ocropus and rebuild it.

问题回答

暂无回答




相关问题
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?

热门标签