[Jocr-devels] feature requests
Status: Alpha
Brought to you by:
joerg10
From: Igor F. [Contr] <ig...@he...> - 2009-03-31 15:11:49
|
Dear Joerg, Perhaps it would be possible to consider the following feature/update requests for some future release of GOCR: - INFINITY macro in unicode.h - it does indeed conflict with math.h! Should be easy enough to rename it to something unique? - "struct list" in list.h also conflicts with STL objects, easily solved by renaming it to "struct list_s". - global variable job_t *JOB - I understand it won't be easy to get rid of this one, but perhaps it can be added to the "TODO" list? - Sometimes libPgm2asc spits out warnings and errors to stderr, this is very unwelcome behavior. I would prefer the library to be silent on stderr. For me the only output I'm interested in is either recognized character(s) or "_" (as unrecognized character), any other side effects of running the library only get in the way. Best regards and thank you for the wonderful tool! Igor |