Documented the complete image pipeline bugfix: - Part 1 (v1.14.1): Type system mismatch for photo_path fields - Part 2 (v1.14.2): Blob serialization issue - image not reaching backend The extracted image blob is now converted to base64 before sending to the API, ensuring it's JSON-safe and matches the backend's ItemCreate schema.