<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Siddardha Annapureddy</title>
    <description>The latest articles on DEV Community by Siddardha Annapureddy (@siddardha5c0).</description>
    <link>https://dev.to/siddardha5c0</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F901664%2F1ee6294a-3b66-49fd-ac85-41fb8a69f354.jpeg</url>
      <title>DEV Community: Siddardha Annapureddy</title>
      <link>https://dev.to/siddardha5c0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/siddardha5c0"/>
    <language>en</language>
    <item>
      <title>tesseract not working in the spyder</title>
      <dc:creator>Siddardha Annapureddy</dc:creator>
      <pubDate>Mon, 01 Aug 2022 19:22:13 +0000</pubDate>
      <link>https://dev.to/siddardha5c0/tesseract-not-working-in-the-spyder-5b6</link>
      <guid>https://dev.to/siddardha5c0/tesseract-not-working-in-the-spyder-5b6</guid>
      <description>&lt;p&gt;i am getting an error when i use the python tesseract in spyder. i have installed the tesseract engine and install the pytesseract package too.&lt;br&gt;
i am getting the below error&lt;/p&gt;

&lt;p&gt;TesseractNotFoundError: C:\ProgramFiles\Tesseract-OCR\tesseract.exe is not installed or it's not in your PATH. See README file for more information.&lt;br&gt;
i have set the tesseract folder path in system environmental variables too.&lt;br&gt;
please help me i am struck &lt;br&gt;
 the below information is the console shown error&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;runfile('C:/Users/Siddardha/.spyder-py3/python_using_pytesseract.py', wdir='C:/Users/Siddardha/.spyder-py3')
Traceback (most recent call last):

  File ~\AppData\Roaming\Python\Python39\site-packages\pytesseract\pytesseract.py:254 in run_tesseract
    proc = subprocess.Popen(cmd_args, **subprocess_args())

  File C:\ProgramData\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py:108 in __init__
    super(SubprocessPopen, self).__init__(*args, **kwargs)

  File C:\ProgramData\Anaconda3\lib\subprocess.py:951 in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,

  File C:\ProgramData\Anaconda3\lib\subprocess.py:1420 in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,

FileNotFoundError: [WinError 2] The system cannot find the file specified


During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File ~\.spyder-py3\python_using_pytesseract.py:22 in &amp;lt;module&amp;gt;
    texts = pytesseract.image_to_string(img)

  File ~\AppData\Roaming\Python\Python39\site-packages\pytesseract\pytesseract.py:416 in image_to_string
    return {

  File ~\AppData\Roaming\Python\Python39\site-packages\pytesseract\pytesseract.py:419 in &amp;lt;lambda&amp;gt;
    Output.STRING: lambda: run_and_get_output(*args),

  File ~\AppData\Roaming\Python\Python39\site-packages\pytesseract\pytesseract.py:286 in run_and_get_output
    run_tesseract(**kwargs)

  File ~\AppData\Roaming\Python\Python39\site-packages\pytesseract\pytesseract.py:258 in run_tesseract
    raise TesseractNotFoundError()

TesseractNotFoundError: C:\ProgramFiles\Tesseract-OCR\tesseract.exe is not installed or it's not in your PATH. See README file for more information.


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>tesseract</category>
      <category>spyder</category>
      <category>pytesseract</category>
      <category>ocr</category>
    </item>
  </channel>
</rss>
