From 9403d329164f067c85d04fbb234bec318ee8aee2 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 6 Nov 2023 03:09:34 +0900 Subject: [PATCH] [Fix] Typo in README.md (#1374) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffaea97a5e..242cff4d59 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ json_output = result.export() ### Use the KIE predictor -The KIE predictor is a more flexible predictor compared to OCR as your detection model can detect multiple classes in a document. For example, you can have a detection model to detect just dates and adresses in a document. +The KIE predictor is a more flexible predictor compared to OCR as your detection model can detect multiple classes in a document. For example, you can have a detection model to detect just dates and addresses in a document. The KIE predictor makes it possible to use detector with multiple classes with a recognition model and to have the whole pipeline already setup for you.