Xiaoji Zheng
Xiaoji Zheng
是不是 import的时候 senta 要改成 Senta 啊,因为在我这边在Python3.9.6\Lib\site-packages里,文件夹的名字是叫Senta
I use a remote server, and I can access the first url (localhost). Maybe you can choose another port (as the port 8456 is already occupied by other processes)
@TianDianXin Seems at this time, we can only switch A100 40G to A100 80G😂
Hello, everyone! I have a question. Does the method proposed by @roym899 will affect the model's results? I am worried about that...... there maybe some batch normalization operations in the...
OK, Thanks for your reply! @YTEP-ZHI
It seems that Issue https://github.com/microsoft/markitdown/issues/198 has solved this problem. If you still encouner this problem, below is my solution: 1. Write a .py file (let's say it is `converter.py`) ```...
If above code do not work, you can try below: ``` from markitdown import MarkItDown md = MarkItDown() result = md.convert("your-file-name.pptx") text = result.text_content # Save to a file with...