Re: [tesseract-ocr] WinError 5 PermissionError on Windows 10

2020-02-29 Thread Supharerk Thawillarp
No, the tesserect successfully run with output generated in textfile. (base) PS C:\Users\Supharerk\ocr_server> & 'C:\Program Files\Tesseract-OCR\tesseract.exe' .\images\invoice-sample.jpg invoice- sample Tesseract Open Source OCR Engine v5.0.0-alpha.20200223 with Leptonica However, the

Re: [tesseract-ocr] WinError 5 PermissionError on Windows 10

2020-02-29 Thread Zdenko Podobny
1. Make sure you have the latest version of tesseract. Then try this script and provide exact/full error message: import tempfile import cv2 import pytesseract from PIL import Image from pytesseract import Output pytesseract.pytesseract.tesseract_cmd = 'C:\\Program

Re: [tesseract-ocr] WinError 5 PermissionError on Windows 10

2020-02-29 Thread Zdenko Podobny
This means there is problem with pytesseract/python permissions. Can you get output for pytesseract.get_tesseract_version()? Zdenko so 29. 2. 2020 o 12:10 Supharerk Thawillarp napísal(a): > No, the tesserect successfully run with output generated in textfile. > > (base) PS

Re: [tesseract-ocr] WinError 5 PermissionError on Windows 10

2020-02-29 Thread Supharerk Thawillarp
Sure >>> pytesseract.pytesseract.tesseract_cmd = 'C:\\Program Files\\Tesseract-OCR\\tesseract.exe' >>> pytesseract.get_tesseract_version() LooseVersion ('5.0.0-alpha.20200223') เมื่อ วันอาทิตย์ที่ 1 มีนาคม ค.ศ. 2020 0 นาฬิกา 21 นาที 26 วินาที UTC+7, zdenop เขียนว่า: > > This means there is

Re: [tesseract-ocr] WinError 5 PermissionError on Windows 10

2020-02-29 Thread Zdenko Podobny
Can you replicate problem with command line /"pure" tesseract? e,g, 'C:\\Program Files\\Tesseract-OCR\\tesseract.exe' images/invoice-sample.jpg invoice-sample Zdenko pi 28. 2. 2020 o 20:31 Supharerk Thawillarp napísal(a): > > I'm new to tesseract and trying to follow tutorial on Windows 10

[tesseract-ocr] Re: lstm eval gives error 0% but tesseract fails to predict correctly

2020-02-29 Thread Steven ZHOU
Hi, I met the same problem. Have you found the reason or solutions? Thanks 在 2019年7月16日星期二 UTC+8上午3:00:37,Artur Maricato Curinga写道: > > I'm trying to generate a model with OCR-B font to read documents MRZ, > tried an overfitting test using 44 cropped characters and trained using the >