You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
0.6.0
Enhancements
Adds an ssl_verify kwarg to partition and partition_html to enable turning off
SSL verification for HTTP requests. SSL verification is on by default.
Allows users to pass in ocr language to partition_pdf and partition_image through
the ocr_language kwarg. ocr_language corresponds to the code for the language pack
in Tesseract. You will need to install the relevant Tesseract language pack to use a
given language.
Features
Table extraction is now possible for pdfs from partition and partition_pdf.
Adds support for extracting attachments from .msg files