rii-mango/Daikon

Cant open encapsulated PDF.

hilmican-yuksel opened this issue · 2 comments

getEncapsulatedData() function is looking for pixel data. But in my case, dicom file doesnt have pixel data. And i think daikon doesnt read Encapsulated Document tag. How can I open or read this pdf data with daikon.js

@hilmican-yuksel I am unaware of a PDF-based DICOM transfer syntax. DICOM only requires tools to support the uncompressed transfer syntax. While Daikon supports the most popular forms of data compression, supporting rare and non-standard encapsulated data is beyond the scope of this project.

@neurolabusc Thanks for your reply.