From 4f142019ce2bbdc080c4ab378ee87ba34437d2ed Mon Sep 17 00:00:00 2001 From: Erjan K Date: Sat, 27 Jan 2024 20:54:34 +0100 Subject: [PATCH] Fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 792daae..1f3ff4f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ docker run -p 5010:5001 ghcr.io/nlmatics/nlm-ingestor:latest- Once you have the server running, you can use the [llmsherpa](https://github.com/nlmatics/llmsherpa) API library to get chunks and use them for your LLM projects. Your llmsherpa_url will be: "http://localhost:5010/api/parseDocument?renderFormat=all" - to apply OCR add &applyOcr=yes -- to use the new indent parser which uses a different alogrithm to assign header levels, add &useNewIndentParser=yes +- to use the new indent parser which uses a different algorithm to assign header levels, add &useNewIndentParser=yes - this server is good for your development - in production it is recommended to run this behind a secure gateway using nginx or cloud gateways ### Test the ingestor server