jina-ai / jina-ai/executor-image-preprocessor
Feature request: skip non-image files
Open
- Dominant language
- Python
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Something like:
```python
for d in docs[traversal_paths]:
if d.text is None:
if d.uri and d.tensor is None:
d.load_uri_to_image_tensor()
self._reshape(docs[traversal_paths])
self._normalize(docs[traversal_paths])
```
I'd make a PR right now, but my brain is fuzzy from working on other stuff
This ties into my PDF search engine - I've got text chunks and image chunks on the same level. I need to skip preprocessing on all the text chunks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.