4 lines
178 B
Python
4 lines
178 B
Python
from utils.document_loader import load_document
|
|
tp =r"/Users/macbook/Downloads/094103543554Jobs - Volunteer experience V2 (1) (1).docx"
|
|
dc = load_document(file_path=tp)
|
|
print(dc) |