Skip to content

Commit

Permalink
Add extractTEXT function to TextPage for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
user202729 committed Jan 13, 2021
1 parent 8c4d9b5 commit 50caae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fitz/fitz.i
Original file line number Diff line number Diff line change
Expand Up @@ -10002,6 +10002,7 @@ struct TextPage {
"""Return simple, bare text on the page."""
return self._extractText(0)

extractTEXT = extractText

def extractHTML(self) -> str:
"""Return page content as a HTML string."""
Expand Down

0 comments on commit 50caae0

Please sign in to comment.