Skip to content

Commit

Permalink
Merge pull request #43 from enoch3712/33-read-me-and-add-notebook-exa…
Browse files Browse the repository at this point in the history
…mples

33 read me and add notebook examples
  • Loading branch information
enoch3712 authored Oct 23, 2024
2 parents 600929e + 33f2c2e commit c48b5d2
Show file tree
Hide file tree
Showing 4 changed files with 987 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ The `extract_thinker` project is inspired by the LangChain ecosystem, featuring
<img src="https://github.com/enoch3712/Open-DocLLM/assets/9283394/996fb2de-0558-4f13-ab3d-7ea56a593951" alt="Extract Thinker Logo" width="400"/>
</p>

## 📖 Examples

| Notebook | Description |
|----------|-------------|
| [Basic Usage](examples/notebooks/basic_example.ipynb) | Basic usage of ExtractThinker with PyPDF loader and GPT-4o-mini for invoice data extraction |

## Why Just Not LangChain?
While LangChain is a generalized framework designed for a wide array of use cases, extract_thinker is specifically focused on Intelligent Document Processing (IDP). Although achieving 100% accuracy in IDP remains a challenge, leveraging LLMs brings us significantly closer to this goal.

Expand All @@ -134,4 +140,4 @@ Júlio Almeida
This project is licensed under the Apache License 2.0. See the LICENSE file for more details.

## Contact
For any questions or issues, please open an issue on the GitHub repository.
For any questions or issues, please open an issue on the GitHub repository.
Loading

0 comments on commit c48b5d2

Please sign in to comment.