update
This commit is contained in:
@@ -319,5 +319,8 @@ if __name__ == "__main__":
|
||||
path = sys.argv[1]
|
||||
else:
|
||||
path = r'C:\Users\zhouyr9\Documents\2025.mht'
|
||||
|
||||
with open(path, "r", encoding='latin-1') as f:
|
||||
content = f.read()
|
||||
out = load_OneNote_document(path)
|
||||
print(f"Found {len(out['pages'])} pages")
|
||||
|
||||
Reference in New Issue
Block a user