Carmen::AP11::PrescriptStructure - Representing HTML documents generated by prescript.
my $dok=new Carmen::AP11::PrescriptStructure($data);
my $pages=$dok->getNumOfPages;
for ($i=1;$i<=$pages;$i++){
print "Page $i: ",$dok->getData($i);
}
...
PrescriptStructure - Representing HTML documents generated by prescript. See http://www.mathematik.uni-osnabrueck.de/projects/carmen/AP11 for further description.
new($data)getNumOfParagraphs($page)getNumOfLines($page,$paragraph)
Stefan Kokkelink.
Copyright 2000/2001 Stefan Kokkelink. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.