PDF read results now include the file path they came from.
What's wrong with this entry?
Reading a PDF, or a single page from one, now includes the file path in the result alongside the extracted content. Notebook and PDF reads also go through a shared file-handle layer rather than passing raw paths around.
- Applies to both whole-PDF reads and page-level extraction, which previously returned the content without saying which file it came from.
- Unconditional; no setting involved.
file: { ...mn.file, filePath: o }
Strings lifted out of the shipped bundle, so the claim above can be checked against them.