Skip to content

Commit

Permalink
docs: fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Sep 20, 2024
1 parent 599ae48 commit 02130ac
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 @@ -41,7 +41,7 @@ we perform the extraction locally and efficiently?

While researching this space, **unstructured-io** offers a good solution for parsing unstructured content, and can be
performed in-process. However, it's performance is very poor and has many limitations:
* **unstructured-io** wraps around so many heavy Python libraries making it both slow and memory hungry [See benchmarks foo more details](https://github.com/yobix-ai/extractous-benchmarks).
* **unstructured-io** wraps around so many heavy Python libraries making it both slow and memory hungry [See benchmarks](https://github.com/yobix-ai/extractous-benchmarks) for more details.
* data processing is mainly a cpu-bound problem and Python is not the best choice for such tasks
because of its Global Interpreter Lock (GIL) which makes it hard to utilize multiple cores.
* **unstructured-io** is becoming increasingly complex as it focuses on becoming more of a framework rather than
Expand Down

0 comments on commit 02130ac

Please sign in to comment.