mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-03-27 11:22:47 +00:00
Returning the concrete class name would give callers the wrong type if the class is ever subclassed. Self resolves to the actual runtime type, matching the ParserProtocol declaration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>