Remove all mentions of xml-conduit flag
2 files changed, 0 insertions(+), 6 deletions(-)

M src/Pdftotext.hs
M src/Pdftotext/Internal.hs
M src/Pdftotext.hs +0 -4
@@ 20,10 20,6 @@ Portability : POSIX
 >   Just pdf <- openFile "path/to/file.pdf"
 >   T.putStrLn $ pdftotext Physical pdf
 
-=== Flags
-
-* @xml-conduit@ – 'metadata' of PDF document properties is parsed as XML, otherwise remains as text
-
 -}
 {- ORMOLU_ENABLE -}
 module Pdftotext

          
M src/Pdftotext/Internal.hs +0 -2
@@ 49,8 49,6 @@ newtype Document = Document (ForeignPtr 
 
 -- | Document properties.
 --
--- If flag @xml-conduit@ is set, 'metadata' is of type @Maybe Text.XML.Document@.
---
 -- @since 0.0.2.0
 data Properties = Properties
   { author :: Maybe T.Text,