質問編集履歴
1
文法の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,7 +8,8 @@
|
|
8
8
|
```
|
9
9
|
###Word文章内のテキストを抜き出す
|
10
10
|
|
11
|
-
```ここに言語を入力
|
11
|
+
```ここに言語を入力
|
12
|
+
import docx
|
12
13
|
|
13
14
|
doc = docx.Document('letter.docx')
|
14
15
|
|