Re: [tesseract-ocr] Re: tesseract installed but cannot be found in cmd console (win7)

2016-12-21 Thread ShreeDevi Kumar
You also need to add the location of tesseract binaries to PATH. - sent from mobile phone On 22-Dec-2016 9:50 AM, "Junmock Lee" wrote: > How To Add/Edit Environment Variables in Windows 7 > https://www.nextofwindows.com/how-to-addedit-environment- >

Re: [tesseract-ocr] Re: warped text lines

2016-12-21 Thread haratron
No, I want to dewarp the warped lines of a page of a book. The warped lines is due to perspective distortion (picture acquired with the camera of a mobile phone) and curvature of the book. RIL_WORD or RIL_SYMBOL wouldn't help with that. On Thu, Dec 22, 2016 at 6:50 AM, Junmock Lee

[tesseract-ocr] Re: warped text lines

2016-12-21 Thread Junmock Lee
How about RIL_WORD or RIL_SYMBOL instead of RIL_TEXTLINE? On Thursday, December 22, 2016 at 1:36:52 PM UTC+9, gadv wrote: > > Does tesseract provide a way to dewarp warped text lines? > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To

[tesseract-ocr] warped text lines

2016-12-21 Thread haratron
Does tesseract provide a way to dewarp warped text lines? -- 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 post

[tesseract-ocr] text line overlay

2016-12-21 Thread haratron
I'm using this snippet to crop an input image into textlines: Boxa* boxes = api->GetComponentImages(tesseract::RIL_TEXTLINE, true, false, 0, NULL, NULL, NULL); for (int i = 0; i < boxes->n; i++) { BOX* box = boxaGetBox(boxes, i, L_CLONE); PIX* pixd= pixClipRectangle(image, box, NULL);

[tesseract-ocr] Re: tesseract installed but cannot be found in cmd console (win7)

2016-12-21 Thread Junmock Lee
How To Add/Edit Environment Variables in Windows 7 https://www.nextofwindows.com/how-to-addedit-environment-variables-in-windows-7 You also have to set Variable: TESSDATA_PREFIX Value: (Your tessdata path) On Monday, December 19, 2016 at 2:38:42 PM UTC+9, Randy Welt wrote: > > Hi I just

[tesseract-ocr] AppVeyor: add downloadable builds

2016-12-21 Thread Simon Eigeldinger
Hi all, I just looked at the git logs and found basically this message and this is pretty interesting. so we seem to be able to use win32 and win64 binaries from tesseract rebuilt after a git commit. sounds great. i looked at https://ci.appveyor.com/project/zdenop/tesseract/ and found the