Author: fanningpj
Date: Thu Jul 27 00:54:36 2023
New Revision: 1911300

URL: http://svn.apache.org/viewvc?rev=1911300&view=rev
Log:
update text extraction doc

Modified:
    poi/site/src/documentation/content/xdocs/text-extraction.xml

Modified: poi/site/src/documentation/content/xdocs/text-extraction.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/text-extraction.xml?rev=1911300&r1=1911299&r2=1911300&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/text-extraction.xml (original)
+++ poi/site/src/documentation/content/xdocs/text-extraction.xml Thu Jul 27 
00:54:36 2023
@@ -99,11 +99,11 @@
      <p>For .doc files from Word 97 - Word 2003, in scratchpad there is 
       <em>org.apache.poi.hwpf.extractor.WordExtractor</em>, which will 
       return text for your document.</p>
-     <p>Those using POI 3.7 can also extract simple textual content from
+     <p>You can also extract simple textual content from
       older Word 6 and Word 95 files, using the scratchpad class
       <em>org.apache.poi.hwpf.extractor.Word6Extractor</em>.</p>
      <p>For .docx files, the relevant class is 
-      <em>org.apache.poi.xwpf.extractor.XPFFWordExtractor</em></p>
+      <em>org.apache.poi.xwpf.extractor.XWPFWordExtractor</em></p>
     </section>
 
     <section><title>PowerPoint</title>



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

Reply via email to