From 27b25f651c35c372f9c3ed6a51f47bec1ca21945 Mon Sep 17 00:00:00 2001 From: zrguo <49157727+LarFii@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:26:54 +0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d36ae1..2c7272cd 100644 --- a/README.md +++ b/README.md @@ -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