Chrome-lens-py

Latest version: v2.0.1

Safety actively analyzes 710644 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

2.0.1

Fix "AsyncClient.get() got an unexpected keyword argument 'stream'"

2.0

2.0.0

Ru:
Добавлено и изменено:
- **Асинхронный API**: Библиотека теперь полностью асинхронна для повышения производительности и эффективности. При использовании программного API необходимо использовать `async` и `await`. https://github.com/bropines/chrome-lens-py/issues/8
- **Rate Limiting**: Добавлена возможность управления частотой запросов с помощью параметра `rate_limit_rpm` для CLI и API, а также через конфигурационный файл.
- **Поддержка PIL Image и NumPy массивов**: Теперь API принимает на вход объекты `PIL.Image.Image` и массивы `numpy.ndarray` в дополнение к путям к файлам и URL. Это позволяет интегрировать библиотеку с Pillow, OpenCV и другими библиотеками обработки изображений. https://github.com/bropines/chrome-lens-py/issues/9

En:
Added and changed:
- **Asynchronous API**: The library is now fully asynchronous for improved performance and efficiency. When using the programmatic API, `async` and `await` must be used. https://github.com/bropines/chrome-lens-py/issues/8
- **Rate Limiting**: Added the ability to control request frequency using the `rate_limit_rpm` parameter for CLI and API, and through the configuration file.
- **PIL Image and NumPy array support**: The API now accepts `PIL.Image.Image` objects and `numpy.ndarray` arrays as input, in addition to file paths and URLs. This enables integration with Pillow, OpenCV, and other image processing libraries. https://github.com/bropines/chrome-lens-py/issues/9

1.5.3

Ru:
Добавлено и изменено:
- Востановлена работа библиотеки. За помощь спасибо https://github.com/Curlypla
- Добавлен новый хедер, использующий заголовки chromium
- Переход на httpx 0.28.x
- Обновлены минимальные требования к версиям Python

En:
Added and changed:
- The library has been restored. Thanks for the help https://github.com/Curlypla
- Added a new header using chromium headers
- Upgrade to httpx 0.28.x
- Updated minimum requirements for Python versions

PS. In the next version, async will be completed and NORMAL support for getting data from other libraries (OpenCV, pillow) will be added

1.5.0

Ru:
Добавлено и изменено:
- Что-то из версии 1.4.0... А... Хедеры. Обновлены были хедеры
- Заменены хедеры (да я умный).
- Добавлена инструкция для config python API
- В целом починил https://github.com/bropines/chrome-lens-py/issues/7


En:
Added and changed:
- Something from version 1.4.0... Ah... Headers. Headers have been updated
- Replaced headers (yes, I'm smart).
- Added instructions for config python API
- Overall fixed https://github.com/bropines/chrome-lens-py/issues/7

1.3.2

Ru:
Добавлено и изменено:
- Вывод в txt файл согласно названию картинки. `--out-txt=per_file`. Так же доступен вывод в отдельный файл `--out-txt=out.txt`. По дефолту он сохраняет в CWD в файл output.txt если флаг не указан.
- Обновил логирование. Сломал его. разницы между info и дефолтным без флаговым состоянием ноль. Чинить лень.


En:
Added and changed:
- Output to a txt file according to the name of the image. `--out-txt=per_file`. Output to a separate file is also available `--out-txt=out.txt `. By default, it saves to a CWD file `output.txt` if the flag is omitted.
- Updated logging. I broke it. there is no difference between info and the default flagless state. I'm too lazy to fix it.

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.