Re: [Jocr-devels] regular expression mask
Status: Alpha
Brought to you by:
joerg10
|
From: Joerg <Joe...@UR...> - 2006-09-09 21:49:45
|
I think that a filter of this type can be implemented as an external program. This program can take the XML output and your expression mask and generate the desired output. Joerg. On Tue, 5 Sep 2006, Carl Karsten wrote: > man grep: > -e PATTERN, --regexp=PATTERN > > > I was thinking of using that for gocr, where the Pattern would be used to limit > what comes out, and maybe even improve the recognition. > > My current application is this: a 2" tall lable is put in front of an object, > the object/lable is photographed, the resulting jpeg needs to be named the same > as the label. If the label is always [a-z][a-z][a-z][0-9][0-9][0-9] or AAANNN, > it would be nice if gocr knew that and could use it somehow. > > Carl K > |