https://issues.apache.org/bugzilla/show_bug.cgi?id=51678

             Bug #: 51678
           Summary: Extracting text from Bug51524.zip is slow
           Product: POI
           Version: 3.8-dev
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HWPF
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


The fix to the issue number 51524 solved the problem of a slow constructor. It
takes 2 seconds on my machine now. It's still difficult to get any text from
that document:

HWPFDocument d = HWPFTestDataSamples.openSampleFileFromArchive( "Bug51524.zip"
);
WordExtractor e = new WordExtractor(d);
e.getText();

It seems to spend 99,99% of its time in o.a.p.hwpf.usermodel.Range.findRange().
Dunno if it's possible to do anything about it.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to