pdfminer
pdfminer copied to clipboard
Can we add the functionality to return the 'Font Size' from pdfminer.layout.LTChar class?
Can we add this functionality. As this would be helpful for separating out different sections and finding out the continuation of text in a line in the pdf. I have check the code from LTChar class in layout.py file and see that we have "fontsize" available there. As in the same class we have get_text() also. same way we can have get_font_size().
Is there a reason why we are not returning "fontsize"?