CatchTheTornado / CatchTheTornado/text-extract-api
[feat] Shortcut for full classnames in strategy configuration
Open
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 279
- PR merge metrics
- No merged PRs in 30d
Description
from
```strategies.yaml
strategies:
llama_vision:
class: text_extract_api.extract.strategies.llama_vision.LlamaVisionStrategy
```
to
```strategies.yaml
strategies:
llama_vision:
class: extract_strategies.llama_vision.LlamaVisionStrategy
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.