<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240964</link>
    <title>MATLAB Central Newsreader - extracting text from image</title>
    <description>Feed for thread: extracting text from image</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sat, 13 Dec 2008 11:55:35 -0500</pubDate>
      <title>extracting text from image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240964#616786</link>
      <author>Amara</author>
      <description>hello&lt;br&gt;
i have a jpg image of a graph. i want to extract coordinate values at&lt;br&gt;
specific points from this image can anybody plz tel me how would i&lt;br&gt;
extract text/values.&lt;br&gt;
these values are written at top of the points.&lt;br&gt;
waiting for a quik response&lt;br&gt;
thanks</description>
    </item>
    <item>
      <pubDate>Sun, 14 Dec 2008 16:17:01 -0500</pubDate>
      <title>Re: extracting text from image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240964#616963</link>
      <author>Dave Brackett</author>
      <description>Amara &amp;lt;Amara.Jabeen@gmail.com&amp;gt; wrote in message &amp;lt;c0d80407-4d3b-4213-9c7f-eeee8aca2d47@a29g2000pra.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; hello&lt;br&gt;
&amp;gt; i have a jpg image of a graph. i want to extract coordinate values at&lt;br&gt;
&amp;gt; specific points from this image can anybody plz tel me how would i&lt;br&gt;
&amp;gt; extract text/values.&lt;br&gt;
&amp;gt; these values are written at top of the points.&lt;br&gt;
&amp;gt; waiting for a quik response&lt;br&gt;
&amp;gt; thanks&lt;br&gt;
&lt;br&gt;
If you only want a few points from the graph you could load the jpg image into a GUI axes and then create a transparent axes over the top of the image. You could then click with the mouse on the transparent axes at the points you wish to 'extract' from the jpg. &lt;br&gt;
&lt;br&gt;
To extract text, you may want to use optical character recognition (OCR) - some code for this is on the file exchange, although it seems like it would be slight overkill. Again, it depends on the amount of text. &lt;br&gt;
&lt;br&gt;
If you need many data points to be extracted you may want to go down the route of image processing techniques for the whole graph.&lt;br&gt;
&lt;br&gt;
Personally I would go for using a transparent axes over the top, but I don't know your intentions very well so it may not be suitable.</description>
    </item>
  </channel>
</rss>

