Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
enoch3712 authored Nov 14, 2024
1 parent 69bd6f0 commit 00db73c
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 @@ -46,7 +46,7 @@ Here's a quick example to get you started with ExtractThinker. This example demo
```python
import os
from dotenv import load_dotenv
from extract_thinker import Extractor, DocumentLoaderTesseract, Contract
from extract_thinker import Extractor, DocumentLoaderPyPdf, Contract

load_dotenv()

Expand Down

0 comments on commit 00db73c

Please sign in to comment.