Skip to content

Commit

Permalink
Merge pull request #8 from erjanmx/fix-readme-typo
Browse files Browse the repository at this point in the history
Fix readme typo
  • Loading branch information
ansukla authored Jan 27, 2024
2 parents d10178e + 4f14201 commit 8f1bcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ docker run -p 5010:5001 ghcr.io/nlmatics/nlm-ingestor:latest-<version>
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
Expand Down

0 comments on commit 8f1bcb4

Please sign in to comment.