This commit is contained in:
zrguo 2024-11-07 15:26:54 +08:00 committed by GitHub
parent 7c5080e3f9
commit 27b25f651c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -317,7 +317,7 @@ with open("./newText.txt") as f:
### Multi-file Type Support
The `testract` supports reading file types such as TXT, DOCX, PPTX, CSV, and PDF.
The `textract` supports reading file types such as TXT, DOCX, PPTX, CSV, and PDF.
```python
import textract