image - Parsing Dicom results with Python -


i'm trying parse results page dicom study. i've tried pydicom parses "header" info (patient info, device info, etc.). i'd extract numeric results study in text format. in following example:

results sample

i'd text these lines:

r eia 1.13m/s 53 0.14m/s 53

r cfa 0.69m/s 53 0.11m/s 53

etc...

is there way parse data in python or other language text, degree of accuracy? i've tried grabbing pixeldata pydicom, dump tiff format , performing ocr. results quite good, 6's , 3's confused 8's.

thanks!

m

as data stored pixel-data not attached report , dont have choice choose ocr values or can ask device manufacturer if modality can produce these values sr/pdf report study , devices .


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -