泰米尔语字体图像到文本转换 [英] Tamil Fonts image to text conversion

查看:74
本文介绍了泰米尔语字体图像到文本转换的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨朋友,



有没有机会将扫描的泰米尔语字体图像转换为文本转换。请让我知道有没有办法转换。



我正在尝试以下一个图像转换



VietOCR.NET



tesseract.dll进行转换



我下载了tamil字体dll和我选择的字体是Latha



代码:



Hi Friends,

Is there any chance to convert scanned tamil font image to text conversion. please let me know is there any way to convert.

I'm trying the below one for Image conversion

VietOCR.NET

tesseract.dll for conversion

I downloaded tamil font dll and the font i'm choosing is Latha

code:

void performOCR(IList<Image> imageList, int index, Rectangle rect)
      {
          try
          {
              if (curLangCode.Trim().Length == 0)
              {
                  MessageBox.Show(this, Properties.Resources.selectLanguage, strProgName);
                  return;
              }

              this.toolStripStatusLabel1.Text = Properties.Resources.OCRrunning;
              this.Cursor = Cursors.WaitCursor;
              this.pictureBox1.UseWaitCursor = true;
              this.textBox1.Cursor = Cursors.WaitCursor;
              this.toolStripBtnOCR.Enabled = false;
              this.oCRToolStripMenuItem.Enabled = false;
              this.oCRAllPagesToolStripMenuItem.Enabled = false;
              this.toolStripProgressBar1.Enabled = true;
              this.toolStripProgressBar1.Visible = true;
              this.toolStripProgressBar1.Style = ProgressBarStyle.Marquee;

              OCRImageEntity entity = new OCRImageEntity(imageList, index, rect, curLangCode);
              entity.ScreenshotMode = this.screenshotModeToolStripMenuItem.Checked;

              // Start the asynchronous operation.
              backgroundWorkerOcr.RunWorkerAsync(entity);
          }
          catch (Exception ex)
          {
              Console.WriteLine(ex.Message);
          }
      }

推荐答案

我向谷歌询问了OCR泰米尔语,并找到了一些结果,如下:< a href =http://sourceforge.net/projects/gtamilocr/> http://sourceforge.net/projects/gtamilocr/ [ ^ ]?
I asked Google for OCR Tamil, and found some results, what about: http://sourceforge.net/projects/gtamilocr/[^]?


这篇关于泰米尔语字体图像到文本转换的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆