Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Simple and fast editor of box files (QT)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Aleksey Sytchev  
View profile  
 More options May 6 2009, 5:19 am
From: Aleksey Sytchev <194...@gmail.com>
Date: Wed, 6 May 2009 02:19:21 -0700 (PDT)
Local: Wed, May 6 2009 5:19 am
Subject: Simple and fast editor of box files (QT)
Hi all.
I wrote fast editor for the boxfiles. I wrote it using QT library, so
it can be built on most popular platforms.
I use it instead of TessBoxer.
Please, look at
http://code.google.com/p/owlboxer/

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Wayne Isaacs  
View profile  
 More options May 6 2009, 7:32 pm
From: Wayne Isaacs <wrisa...@gmail.com>
Date: Wed, 6 May 2009 16:32:31 -0700 (PDT)
Local: Wed, May 6 2009 7:32 pm
Subject: Re: Simple and fast editor of box files (QT)
Beautiful looking!   Could you please post the Windows build?
Too bad it's an expensive closed library; such a tool is essential.

On May 6, 2:19 am, Aleksey Sytchev <194...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Bridson  
View profile  
 More options May 7 2009, 3:13 am
From: David Bridson <da...@bridson.co.uk>
Date: Thu, 7 May 2009 08:13:01 +0100
Local: Thurs, May 7 2009 3:13 am
Subject: Re: Simple and fast editor of box files (QT)

> Beautiful looking!   Could you please post the Windows build?
> Too bad it's an expensive closed library; such a tool is essential.

Correct me if I'm wrong but isn't QT available for free on all
platforms, licensed under your choice of the GPL or LGPL?

Best regards,
David


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aleksey Sytchev  
View profile  
 More options May 7 2009, 8:17 am
From: Aleksey Sytchev <194...@gmail.com>
Date: Thu, 7 May 2009 05:17:23 -0700 (PDT)
Local: Thurs, May 7 2009 8:17 am
Subject: Re: Simple and fast editor of box files (QT)
Yes, David. You are right.
Wayne, you should look at http://www.qtsoftware.com/downloads
And now windows binary is now available.
http://owlboxer.googlecode.com/files/owlboxer.exe

On 7 май, 11:13, David Bridson <da...@bridson.co.uk> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob H.  
View profile  
 More options May 7 2009, 1:13 pm
From: "Rob H." <hksny...@gmail.com>
Date: Thu, 7 May 2009 10:13:43 -0700 (PDT)
Local: Thurs, May 7 2009 1:13 pm
Subject: Re: Simple and fast editor of box files (QT)
If you download the QT sdk, then it includes an editor which can build
the owlboxer code.

My issues with it (please correct me if I'm doing something wrong):
1. Loading the box file, didn't load the image. I loaded them image
first, then loaded the box file.
2. Entering unicode characters could only be done through copy&paste
which is slower than just typing in the hex values.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aleksey Sytchev  
View profile  
 More options May 7 2009, 2:01 pm
From: Aleksey Sytchev <194...@gmail.com>
Date: Thu, 7 May 2009 11:01:49 -0700 (PDT)
Local: Thurs, May 7 2009 2:01 pm
Subject: Re: Simple and fast editor of box files (QT)
1. Yes. Loading the box file, didn't load the image. You can load any
available image. And you can load image first.
2. You can edit current box just press any letter key on your
keyboard. For example, now I edit box file for the russian symbols. I
have the russian keyboard layout on my windows XP, and I just typing
russian letter for the current box. It's faster than typing hex
values. So, copy&paste is not the best way.

On 7 май, 21:13, "Rob H." <hksny...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob H.  
View profile  
 More options May 8 2009, 10:29 am
From: "Rob H." <hksny...@gmail.com>
Date: Fri, 8 May 2009 07:29:09 -0700 (PDT)
Local: Fri, May 8 2009 10:29 am
Subject: Re: Simple and fast editor of box files (QT)
1. Ergonomically speaking, If you load a box then the corresponding
image should be loaded... and vice versa.
I'm not aware of any reason that someone would want to load an image
without a box file... or vice versa.
Since Tesseract generates a box/txt file with the same name as the
image, your editor should try to load both the image+box file at the
same time by default.
If both files are not in the same directory (e.g. if you keep images
in one directory and box files in another), then display a file
browser window to have the user select the corresponding box or image.

2. The characters I want to use are not mapped to any known keyboard
layouts. So I can't type them directly.
The only option is to copy/paste which is more tedious than typing the
actual unicode hex value.
Maybe you could show both the character and hex value on your pop-up
and use the TAB key to switch into "hex mode" where the user would
type 4 hex values?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aleksey Sytchev  
View profile  
 More options May 10 2009, 5:07 am
From: Aleksey Sytchev <194...@gmail.com>
Date: Sun, 10 May 2009 02:07:56 -0700 (PDT)
Local: Sun, May 10 2009 5:07 am
Subject: Re: Simple and fast editor of box files (QT)
1. Yes, I understand that. In new version if you load a box then the
corresponding image will be loaded.
But image loading have no any consequences.
2. Done.
Look at
http://code.google.com/p/owlboxer/
http://owlboxer.googlecode.com/files/owlboxer.exe

On 8 май, 18:29, "Rob H." <hksny...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob H.  
View profile  
 More options May 12 2009, 1:22 pm
From: "Rob H." <hksny...@gmail.com>
Date: Tue, 12 May 2009 10:22:39 -0700 (PDT)
Local: Tues, May 12 2009 1:22 pm
Subject: Re: Simple and fast editor of box files (QT)
nice! Thanks.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
74yrs old  
View profile  
 More options May 21 2009, 4:24 am
From: 74yrs old <withblessi...@gmail.com>
Date: Thu, 21 May 2009 13:54:07 +0530
Local: Thurs, May 21 2009 4:24 am
Subject: Re: Simple and fast editor of box files (QT)

Tested for Kannada in XP.
EXcellent  works for Indic languages which are complex scripts  It is boon
for languages which have consonants plus dependent vowels just like Russian,
Hindi, Bangla etc.
Many thanks to Aleksey Sytchev for his good work.
-sriranga(76yrsold)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »