Changeset 14174


Ignore:
Timestamp:
2007-06-13T13:18:54+12:00 (17 years ago)
Author:
qq6
Message:

add NoText metadata which can be used to suppress the dummy tex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/PagedImgPlug.pm

    r14117 r14174  
    369369    $doc_obj->add_metadata ($section, "ImageSize",   $image_size);
    370370    $doc_obj->add_metadata ($section, "FileFormat", "PagedImg");
    371    
     371    # add NoText metadata which can be used to suppress the dummy text
     372    $doc_obj->add_metadata ($section, "NoText", "1");
     373   
     374       
    372375    if ($type eq "unknown" && $image_type) {
    373376    $type = $image_type;
     
    849852    $doc_obj->add_metadata ($topsection, "Source", $file);
    850853
    851     # add NoText metadata which can be used to suppress the dummy text
    852     $doc_obj->add_metadata ($topsection, "NoText", "1");
    853854
    854855    open (ITEMFILE, $filename) || die "couldn't open $filename\n";
     
    874875        $doc_obj->set_utf8_metadata_element($cursection, 'Title', $pagenum);
    875876        # add NoText metadata which can be used to suppress the dummy text
    876         $doc_obj->add_utf3_metadata_element ($cursection, "NoText", "1");
     877        $doc_obj->add_metadata($cursection, "NoText", "1");
    877878
    878879        # process the image for this page if there is one
Note: See TracChangeset for help on using the changeset viewer.