This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add args of trafilaturas function extract to function load_data (#872)
* Add args of trafilaturas function extract to function load_data Added args: - include_comments (bool, optional): Include comments in the output. Defaults to True. - output_format (str, optional): Output format. Defaults to 'txt'. - include_tables (bool, optional): Include tables in the output. Defaults to True. - include_images (bool, optional): Include images in the output. Defaults to False. - include_formatting (bool, optional): Include formatting in the output. Defaults to False. - include_links (bool, optional): Include links in the output. Defaults to False. * Reformating base.py
- Loading branch information