Giter Site home page Giter Site logo

Comments (8)

jsvine avatar jsvine commented on September 2, 2024 2

Hi, @suyogchadawar. I don't know exactly what's causing this issue; pdfplumber depends on pdfminer.six for text extraction. It does seem, though, that you can arrive at the Adobe-determined font size by dividing width by adv. In your example, that'd be: 7.057 / 0.507 = 13.919.

See here for the computation of the adv attribute: https://github.com/euske/pdfminer/blob/master/pdfminer/layout.py#L230

from pdfplumber.

jsvine avatar jsvine commented on September 2, 2024

the font size given by pdfplumber does not match with the font size given by adobe acrobat dc pro.

Can you provide the following?:

  • An example of a PDF that displays this behavior
  • The output you get
  • The font size that Adobe Acrobat indicates

Can we get font color from pdfplumber?

In pdfplumber output for the text/characters of interest, do you see the fill and stroke attributes? If not, can you paste the pdfplumber object-representation for a character that you believe should have color information but doesn't?

from pdfplumber.

suyogchadawar avatar suyogchadawar commented on September 2, 2024

In pdfplumber output for the text/characters of interest, do you see the fill and stroke attributes? If not, can you paste the pdfplumber object-representation for a character that you believe should have color information but doesn't

{'adv': Decimal('0.507'), 'fontname': 'QYZTAI+Calibri-Light', 'doctop': Decimal('83.708'), 'y1': Decimal('708.292'), 'bottom': Decimal('100.704'), 'text': u'1', 'top': Decimal('83.708'), 'object_type': 'char', 'height': Decimal('16.996'), 'width': Decimal('7.057'), 'page_number': 1, 'upright': True, 'y0': Decimal('691.296'), 'x0': Decimal('72.000'), 'x1': Decimal('79.057'), 'size': Decimal('16.996')}

i got this output by using following code:

` file_read=pdfplumber.open(in_file)

for temp in file_read.pages:

dict_char = temp.chars

for t in dict_char:

    print(t) `

from pdfplumber.

suyogchadawar avatar suyogchadawar commented on September 2, 2024

An example of a PDF that displays this behavior
The output you get
The font size that Adobe Acrobat indicates

1
splited0.pdf

2
{'adv': Decimal('0.507'), 'fontname': 'QYZTAI+Calibri-Light', 'doctop': Decimal('83.708'), 'y1': Decimal('708.292'), 'bottom': Decimal('100.704'), 'text': u'1', 'top': Decimal('83.708'), 'object_type': 'char', 'height': Decimal('16.996'), 'width': Decimal('7.057'), 'page_number': 1, 'upright': True, 'y0': Decimal('691.296'), 'x0': Decimal('72.000'), 'x1': Decimal('79.057'), 'size': Decimal('16.996')}

i am getting size as 16.996 using pdfplumber

3
13.92
capture

from pdfplumber.

suyogchadawar avatar suyogchadawar commented on September 2, 2024

hi @jsvine , did you get the chance to look into this?

from pdfplumber.

suyogchadawar avatar suyogchadawar commented on September 2, 2024

Thanks this worked for me

It does seem, though, that you can arrive at the Adobe-determined font size by dividing width by adv.

but still I am not able to find color of the character from pdfplumber.

from pdfplumber.

jsvine avatar jsvine commented on September 2, 2024

It appears that character color is not currently accessible via pdfplumber. I'll see if there's a way to add that in future versions.

from pdfplumber.

suyogchadawar avatar suyogchadawar commented on September 2, 2024

ok sure thanks

from pdfplumber.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.