When  I do 
```js
tesseract
  .recognize(`C:\\Users\\osain\\OneDrive\\Desktop\\1992 Spring\\
Document_20240109_0014.jpg`, {
    lang: "eng",
    oem: 1,
    psm: 0,
     
  })
  .then((text) => {
    
    console.log(text )
    
  }) ```
I was expecting to get some orientation info on the image, like if its, 
sideways, upsidedown, etc, but instead it gives me the error you see in my 
subject, and in the screenshot.  Changing the psm to 3 extracts the text 
perfect! but when I change it to 0 I get that error. I got the number code 
for psm from here  Improving the quality of the output | tessdoc 
(tesseract-ocr.github.io) 
<https://tesseract-ocr.github.io/tessdoc/ImproveQuality.html>
On Thursday, January 11, 2024 at 1:25:53 PM UTC-5 Oliver Saintilien wrote:

> So I keep getting an error that I have to set the TESSDATA_PREFIX env var 
> which I did do, both in the User Vars and System Var. However after doing 
> that I get another error. I attached screenshots to make my setup and 
> issuse as clear as possible. Im using node-tesseract-ocr - npm (npmjs.com) 
> <https://www.npmjs.com/package/node-tesseract-ocr>
>
> [image: Screenshot 2024-01-11 131619.png][image: Screenshot 2024-01-11 
> 131802.png]
>
> [image: Screenshot 2024-01-11 131330.png]

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/4e67e75a-b3c6-4f95-a168-eb8d9e50d6e3n%40googlegroups.com.

Reply via email to