wrong return #596
Larbo53
started this conversation in
Ask for help with specific PDFs
Replies: 3 comments 14 replies
-
What is |
Beta Was this translation helpful? Give feedback.
10 replies
-
Hi,
With pip3 list : the pdfplumber’s version is 0.6.0
Yves Larbodiere
EVARD
3, rue des Courtes Terres
95220 HERBLAY
portable : 07 81 08 41 00
mail : ***@***.***
… Le 3 févr. 2022 à 23:31, Jeremy Singer-Vine ***@***.***> a écrit :
How to knows the pdfplumber’s version?
Run pip freeze the environment where you're using pdfplumber, and see what the line for pdfplumber=... says.
2 - I don't understand your second remark :
I was suggesting that you use Markdown code blocks, to make the code in your comments easier for others to read: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks <https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks>
—
Reply to this email directly, view it on GitHub <#596 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AU2RHDAR2PIMFFYY47DO6YLUZL64NANCNFSM5NPH4YJQ>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I would think you're getting an |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I extract a zone with the command :
invoice=doc.pages[i].crop((row[2],row[3],row[4],row[5]),relative = True).extract_text()
the returned value is : 9161F42A87C
while the display in the pdf is : 91614287.
How can I find the right value? Is it a problem with the fonts or the pdf editor?
Thanks for your feedback.
Best regards.
Valhrona_Facture n°91614287.pdf
Beta Was this translation helpful? Give feedback.
All reactions