Skip to content

Commit

Permalink
Merge pull request #67 from enoch3712/enoch3712-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
enoch3712 authored Nov 14, 2024
2 parents 69bd6f0 + 00db73c commit 36eb78c
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 36eb78c

Please sign in to comment.