Base
EmailParseBase
Source code in Docs2KG/parser/email/base.py
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|
__init__(email_file, output_dir=None)
Initialize the EmailParseBase class
Parameters:
Name | Type | Description | Default |
---|---|---|---|
email_file |
Path
|
Path to the email file, end with .eml |
required |
output_dir |
Path
|
Path to the output directory where the converted files will be saved |
None
|
Source code in Docs2KG/parser/email/base.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|