-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to OCR a screen rect: read_params_file: parameter not found: enable_new_segsearch #3
Comments
Does supplying |
Will check when able... |
I believe that I built this originally on 16.04, so possibly try that if you can. I may take a look at 18.04, but don't expect anything. |
Thank you... I just wish they'd do official linux versions...
…On Mon, Aug 20, 2018 at 8:41 AM GSam ***@***.***> wrote:
I believe that I built this originally on 16.04, so possibly try that if
you can. I may take a look at 18.04, but don't expect anything.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAnB6zKhH5_L7-okuW8ebfx92Vs9uxLHks5uSmgwgaJpZM4V-n61>
.
|
One other thing, if you can take a screenshot (to the right dimensions and crop), you can do |
good idea. Will try that next weekend or so.... Very busy... |
@GSam I tried with an input file and I got the full screenshot output.... |
It is unfortunate. From what I can tell, some of the GUI components work, but not nearly enough of them to build it all in. The only alternative seems to be rewriting the screenshot code to be more Linux specific, but there doesn't seem to be a useful API, plus it has to be reconverted into QT-based images. |
For now, I did: a shortcut to a personalized script which:
|
I compiled the program as explained in the README. Because of the error mentioned in #2, I moved all that was in
tessdata
into whereCapture2Text_CLI
is. Then I did what I mention belowIn ubuntu 18 LTS with Xorg windows server, when I run the command:
./Capture2Text_CLI --screen-rect "400 200 600 300"
The program outputs:
read_params_file: parameter not found: enable_new_segsearch
Any idea what is wrong?
See also #2 for another issue I encountered
The text was updated successfully, but these errors were encountered: