PandaLex 0.5.1 has been released. This release significantly improves the quality of the lexer, with the best regression test results I’ve ever had. There has been no new functionality however. You can download the new version, as well as the signature.
Tag: pandalex
PandaLex 0.5
This release of PandaLex includes more parser events, and is generally better than 0.4… Quite a few bugs have been fixed in the parser as well.
You can get it from SourceForge. There is also a ChangeLog…
PandaLex 0.4
This release of PandaLex includes huge improvements for the parser engine. Please note that the callback infrastructure is not implemented yet…
You can get it from SourceForge. There is also a ChangeLog…
Ongoing PandaLex development
Its been a long time since the last release of PandaLex. This is because I have been focussing more on Panda, apart from that I have been putting a fair bit of effort into getting the parser engine right.
The parser engine is nearly there. I have a test set of 2,347 test PDFs, of which PandaLex currently parses 2,320 correctly.
I’ll let you know when the next release is available…
AUUG Winter Conference 2001 presentation
I have finally gotten around to making my AUUG 2001 presentation available online. The slides can be found here. The talk covers how to use Panda and PandaLex
My AOSS III Talk
The slides for my Australian Open Source Symposium talk are now available online. This talk covers Panda, PandaLex, PandaScript, PNGTools, and stuff like that.
PandaLex 0.1 Development Release
Here is the souce code for PandaLex so far. I have released this exactly as it appears in the Panda code, because this is a atarting point for people to have a look and comment on it. The following points should be noted:
Why PandaLex?
I have been thinking for the last day or so, and it occurs to me that the PDF parsing functionality in Panda is more generally useful than what is needed for Panda itself. For instance, the parse could also be used for pdf viewers, pdf modification (what Panda needs it for), or anything else you can think of.
A good simple, and probably fairly common use of PandaLex would be a simple program to count the number of pages in a PDF document from the command line. This could be useful for determining if the document is damaged or something.
Therefore, welcome to PandaLex‘s page… This is where development work for PandaLex will occur.