mpmX
mpmX
think the python interpreter would complain because `last_name` is not declared anywhere
In the meantime, `FindQuery(expressions=[], model=self.model, offset=skip, limit=limit).execute()` works for me
> How do I use this? Can you put up an example code snippet? Assuming your model class is called Entity: ``` from redis_om import FindQuery expressions = [(Entity.some_attribute ==...
@Link009 OpenCV can be used as follow: Instead of calling `tessapi.SetImage(img) ` you can call ``` try: channels = img.shape[2] except IndexError: channels = 1 tessapi.SetImageBytes(img.tobytes(), img.shape[1], img.shape[0], channels, channels*img.shape[1])...
Can you post the Model definition? Maybe it's related to #299
What happens when you set `index` to `False` for the `listing_date` and maybe `search_position`?