Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 572492 - app-text/tesseract - make the ViewerDebugger work
Summary: app-text/tesseract - make the ViewerDebugger work
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on: 572486
Blocks:
  Show dependency tree
 
Reported: 2016-01-21 08:57 UTC by Olivier Diotte
Modified: 2017-01-25 13:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
tesseract-3.04.00-r4 patch to fix the ViewerDebugger/ScrollViewer (0001-tesseract-3.04.00-r4-fix-ScrollViewer.patch,4.47 KB, patch)
2016-01-21 08:57 UTC, Olivier Diotte
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Diotte 2016-01-21 08:57:33 UTC
Created attachment 423470 [details, diff]
tesseract-3.04.00-r4 patch to fix the ViewerDebugger/ScrollViewer

Tesseract's ViewerDebugger (as documented here: https://github.com/tesseract-ocr/tesseract/wiki/ViewerDebugging ) doesn't work in the latest version of tesseract in the tree.

Attached is a patch, based on 3.04.00-r3.ebuild that fixes this.

Specifically, the following command 'tesseract myfile.tif test1 segdemo inter' works (for me) now.

This ebuild depends on piccolo2d as submitted in bug 308237. I have tried to make sure the dependencies in the ebuild are right, although I wouldn't be surprised if there were still issues there.
Comment 1 Olivier Diotte 2016-01-21 08:59:02 UTC
The piccolo2d-3.0 bug is 572486, my bad.
Comment 2 Thomas Kahle (RETIRED) gentoo-dev 2016-01-22 12:24:33 UTC
OK, I'll look at it once there is a new piccolo2d.
Comment 3 Olivier Diotte 2016-01-24 23:01:01 UTC
piccolo2d is now merged in the master branch, so I created a pull request on github for tesseract here: https://github.com/gentoo/gentoo/pull/719
Comment 4 Bernard Cafarelli gentoo-dev 2017-01-25 13:12:16 UTC
Cleaning old bugs, this was merged with:
https://github.com/gentoo/gentoo/pull/747

Thanks for the work on this!