<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : converting lines to text</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : converting lines to text]]></description>
  <pubDate>Thu, 21 May 2026 00:31:06 +0000</pubDate>
  <lastBuildDate>Fri, 08 Nov 2024 08:02:43 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=14634</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[converting lines to text : Yes an OCR would eventually recognize...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=14634&amp;PID=39868&amp;title=converting-lines-to-text#39868</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=175428">philippe JOSEPH</a><br /><strong>Subject:</strong> 14634<br /><strong>Posted:</strong> 08.Nov.2024 at 08:02<br /><br />Yes an OCR would eventually recognize only true type fonts and always leads to be controlled in each written word.<span style="font-size:10px"><br /><br />Edited by philippe JOSEPH - 08.Nov.2024 at 08:03</span>]]>
   </description>
   <pubDate>Fri, 08 Nov 2024 08:02:43 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=14634&amp;PID=39868&amp;title=converting-lines-to-text#39868</guid>
  </item> 
  <item>
   <title><![CDATA[converting lines to text :   Vladimir Michl wrote:It would...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=14634&amp;PID=39867&amp;title=converting-lines-to-text#39867</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=353260">Kent Cooper</a><br /><strong>Subject:</strong> 14634<br /><strong>Posted:</strong> 07.Nov.2024 at 18:17<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Vladimir Michl" alt="Originally posted by Vladimir Michl" style="vertical-align: text-bottom;" /> <strong>Vladimir Michl wrote:</strong><br /><br />It would be quite complicated in LISP. ....</td></tr></table><div><br></div><div>Never mind <i>complicated</i> -- I wonder whether it would even be <i>possible</i>, but I doubt it.&nbsp; How AutoLisp could determine which Polylines belong together to represent a letter is beyond my comprehension.&nbsp; They're not affiliated with each other in any meaningful way, for example, the red ones along the top here:</div><div><img src="uploads/353260/WHAT1.png" height="94" width="815" border="0" /><br></div><div>are sequential in the drawing order, so looking at sequential series of Polylines is never going to identify letter groupings.&nbsp; Proximity could not be used, because from many starting Polylines to measure from, there are others that are part of <i>different</i> letters closer than some of those that are part of the <i>same</i> letter.&nbsp; And here are a few of the configurations of (arbitrarily) M and E:</div><div><img src="uploads/353260/WHAT2.png" height="190" width="319" border="0" /><br></div><div>Does it take 57 Polylines to represent an M, or 52?&nbsp; 11 to represent an E, or 14, or 15?&nbsp; The second and third E's look like they might be duplicates, but their longer horizontal parts are of different lengths.&nbsp; The third one has the bottom leg longer than the top arm, though those are the same lengths in the others.</div><div><br></div><div>Even if it were possible to determine that the upper left clump of Polylines there belong together to represent a letter, I cannot imagine by what functions AutoLisp could&nbsp;possibly decide that it's an "M".&nbsp; But I'd be interested in anyone's thoughts on how that might be determinable.</div>]]>
   </description>
   <pubDate>Thu, 07 Nov 2024 18:17:16 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=14634&amp;PID=39867&amp;title=converting-lines-to-text#39867</guid>
  </item> 
  <item>
   <title><![CDATA[converting lines to text : It would be quite complicated...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=14634&amp;PID=39866&amp;title=converting-lines-to-text#39866</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 14634<br /><strong>Posted:</strong> 07.Nov.2024 at 07:11<br /><br />It would be quite complicated in LISP. But you can try to export the lines to PDF and then bring back the PDF to AutoCAD with the option "Convert text" enabled. It should recognize real texts. Or the OCR function in AutoCAD Raster Design can do that.]]>
   </description>
   <pubDate>Thu, 07 Nov 2024 07:11:49 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=14634&amp;PID=39866&amp;title=converting-lines-to-text#39866</guid>
  </item> 
  <item>
   <title><![CDATA[converting lines to text : Hi there,Find your drawing in...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=14634&amp;PID=39865&amp;title=converting-lines-to-text#39865</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=935416">rahul7civil</a><br /><strong>Subject:</strong> 14634<br /><strong>Posted:</strong> 07.Nov.2024 at 06:12<br /><br />Hi there,<div>Find your drawing in that discussion forum is a research project.<br><div>You can get the poly line into the text is a bit more complicated using automatic language. If you are doing in the manual is better than automatic functions.</div></div><div>Thanks&nbsp;</div>]]>
   </description>
   <pubDate>Thu, 07 Nov 2024 06:12:25 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=14634&amp;PID=39865&amp;title=converting-lines-to-text#39865</guid>
  </item> 
  <item>
   <title><![CDATA[converting lines to text : helloi have some text made of...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=14634&amp;PID=39820&amp;title=converting-lines-to-text#39820</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=937374">jolasamuel</a><br /><strong>Subject:</strong> 14634<br /><strong>Posted:</strong> 24.Oct.2024 at 16:30<br /><br />hello<div><br></div><div>i have some text made of the combination of horizontal lines and i want to convert them from lines to normal AutoCAD text. how do i go about this, any lisp or command to use? I have attached a part I have attached a part of the text below.</div><div><br></div><div><a href="https://www.cadforum.cz/forum_en/uploads/937374/Drawing2.dwg" rel="nofollow">uploads/937374/Drawing2.dwg</a>&nbsp;</div><span style="font-size:10px"><br /><br />Edited by jolasamuel - 24.Oct.2024 at 16:38</span>]]>
   </description>
   <pubDate>Thu, 24 Oct 2024 16:30:27 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=14634&amp;PID=39820&amp;title=converting-lines-to-text#39820</guid>
  </item> 
 </channel>
</rss>