mhull wrote:I have quite a few issues of American Chess Bulletin. They are slowly deteriorating. I've pondered the idea of scanning them into PDFs and/or scanning/OCR all the games and converting them to SAN/PGN. Just wondering if anyone had programmed an EDN/SAN converter. It would be tedious to convert them all by "hand" via entry into xboard or something.
Is it possible that someone has already done a conversion of the ACB material? So many of the older chess books have seen new versions released with either FAN or SAN, so it's worth a search.
Years ago, IIRC, Ken Thomson published a paper while at Bell Labs titled "Reading Chess" in which he discussed the OCR techniques he used to convert the paper version of the five volume ECO into an opening book for his program Belle. Maybe it might have some helpful ideas.
It might also be the case that there are some commercial chess programs that can import EDN game text files. Another idea would be to take the source of Chess 0.5 or a similar program source in the public view and use it as a base to convert EDN games to PGN. I seem to remember that the software side of Belle, written in pre-ANSI C, could handle both EDN and coordinate input and that this source is available somewhere.
If all fails, I suppose I could add the capability to the new CIL Toolkit. Of course, it would only handle the post-OCR processing phases.