Version 0.0.13 published #124
JorjMcKie
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Among some fixes, there also is support for two new arguments:
ignore_code
(bool) suppresses extra formatting for mono-spaced text. No code blocks will be generated.extract_words
(bool) enforcespage_chunks
and includes a list of words in the corresponding page dictionary (key "words"). This list is in format of PyMuPDF's Page.get_text("words", sort=True) where the sorting order reflects the extracted (markdown) text. Please note that the word list does not contain the words of any tables that may be present on the page.Beta Was this translation helpful? Give feedback.
All reactions