Hey,
Nice project. I wanted to get using it however there seems to be a hard requirement upon CUDA.
Fortunately, from the README:
DocumentExtractor(
api_key: str = None, # API key for 10k docs/month (or use 'docstrange login' for same limits)
model: str = None, # Model for cloud processing ("gemini", "openapi", "nanonets")
cpu: bool = False, # Force local CPU processing
gpu: bool = False # Force local GPU processing
)
Except that doesn't work, and I don't see that in the source anywhere...
What is going on here? Your README seems heavily generated as is. Not a great look
Hey,
Nice project. I wanted to get using it however there seems to be a hard requirement upon CUDA.
Fortunately, from the README:
Except that doesn't work, and I don't see that in the source anywhere...
What is going on here? Your README seems heavily generated as is. Not a great look