Speaking from outside of the image processing field, I think I have a simple task but I have no idea where to start.
The challenge is, that some labs like to publish their mass-spec data in PDF form. While sufficient to validate their claims, it is essentially useless for quantitative analysis. I would like to read the mass-spec density:
to the following format:
3947>> Voyager Spec #1[BP = 536.8, 10241]"
TYPE MASSSPEC
499.985486 760.097
500.007777 754.159
500.030068 774.162
500.052359 805.103
500.074651 821.98
500.096944 847.921
500.119237 864.798
...
column 1 is the m/z (x-axis) and column 2 is the (relative) abundance (y-axis)
Is this possible? Do tools exist that may perform this task? How long would it take to implement such a tool?