You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/local-processing.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,16 +96,4 @@ result = extractor.extract("document.pdf", Contract)
96
96
)
97
97
exceptExceptionas e:
98
98
print(f"Processing error: {e}")
99
-
```
100
-
101
-
## Performance Comparison
102
-
103
-
| Aspect | Cloud | Local |
104
-
|--------|-------|-------|
105
-
| Speed | Faster | Depends on hardware |
106
-
| Cost | Pay per use | Free |
107
-
| Privacy | Data leaves network | Complete privacy |
108
-
| Setup | Simple | More complex |
109
-
| Maintenance | None | Required |
110
-
111
-
For more examples and implementation details, check out the [examples directory](https://github.com/enoch3712/ExtractThinker/tree/main/examples) in the repository.
Check out our [advanced usage guide](./advanced-usage.md) for more complex scenarios like document classification, batch processing, and custom LLM integration.
0 commit comments