Gardner Bickford
Gardner Bickford
I published a pypi package from my opt-out branch: https://pypi.org/project/crewai-clean/ You need to set `CREWAI_TELEMETRY_OPT_OUT=True` in your environment. Please test it out and leave a comment on https://github.com/joaomdmoura/crewAI/pull/402
I'm happy to keep the `crewai-clean` PyPI project updated until your team can add an option for people to opt-out of telemetry. ✅
After some experimentation, it does appear that the following will disable the telemetry. You can add this in your `main.py` before you instantiate any crewAI classes: ```python os.environ["OTEL_SDK_DISABLED"] = "true"...
You might be able to monkey patch it until the change lands in `master`: ```python #!/usr/bin/env python3 """ Patched marker_server with --use_llm support Run this instead of marker_server to get...
A couple of months ago, the install command changed: https://github.com/VikParuchuri/marker/commit/9f5e5f7d1483bf5a1a9bb8525ff6319025215c26#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R72 For more document type support use: ``` pip install marker-pdf[full] ```
I'm still keen to see this merged.
This should be re-opened so that someone can submit a PR to update it.
Please take a moment to review PR https://github.com/NextLevel/NextLevelSessionExporter/pull/51
If updating your pymupdf dependency doesn't work, you can rewrite the pdf using: `ocrmypdf --skip-text input.pdf output.pdf` and that file seems to load OK 👍
```shell $ ffprobe IMG_1628.MOV ffprobe version 7.1.1 Copyright (c) 2007-2025 the FFmpeg developers built with Apple clang version 16.0.0 (clang-1600.0.26.6) configuration: --prefix=/opt/homebrew/Cellar/ffmpeg/7.1.1_2 --enable-shared --enable-pthreads --enable-version3 --cc=clang --host-cflags= --host-ldflags='-Wl,-ld_classic' --enable-ffplay --enable-gnutls...