07-02-2022 10:27 AM
please tell me how to read from pdf document in LabVIEW.
07-02-2022 10:53 AM
LsbVIEW per se does not have a PDF Viewer. However, a Web search for "LabVIEW Open PDF File" finds some hits, including one from this Forum. I have not tried it ...
Bob Schor
07-04-2022 06:44 AM
>Re: how to get name from resume
What does that mean?
Do you mean "get name from resource"? What resource?
>How to read from PDF.
How is that related?
@salimnitk wrote:
please tell me how to read from pdf document in LabVIEW.
Read it? Read text from it? Read an image from it? Parse all of it? Show it? Edit it?
These are all very different problems. They require very different solutions...
07-04-2022 08:20 AM
wiebe@CARYA wrote:
>Re: how to get name from resume
What does that mean?
I think "resume" here means "a document listing your training and accomplishments", what Academics call a "Curriculum Vitae".
Bob Schor
07-04-2022 10:48 AM
@Bob_Schor wrote:
wiebe@CARYA wrote:
>Re: how to get name from resume
What does that mean?
I think "resume" here means "a document listing your training and accomplishments", what Academics call a "Curriculum Vitae".
Bob Schor
A, now it makes sense...
I didn't make the link at all. (I'd expect two é's, like the French word it was stolen from: résumé. But resume seems to be accepted as an English word.)
07-04-2022 10:52 AM - edited 07-04-2022 10:53 AM
I'd stay away from parsing PDFs in LV (although I have somewhat working solutions).
I'd look into Xpdf and XpdfReader... That should work from the command line, which works OK in LV.
There are probably .NET solutions, like PDFSharp, that can do this.
07-04-2022 11:13 AM
I guess reading the pdf is the "easy" part. I would think the hard part would be to decide what is the "name".
07-05-2022 03:11 AM
@billko wrote:
I guess reading the pdf is the "easy" part. I would think the hard part would be to decide what is the "name".
Both could be easy, or near impossbile.
If you want to read text from any PDF, it would be impossible. Fonts, encoding, ordering doesn't need to be standard. If it's not standard, a PDF will be very hard parse.
Same for the name. If all résumés use the same formatting, it's no problem. If you want to process any résumé, it will be near impossible.
07-05-2022 04:58 AM
power automate can read pdf text easily... but I have to agree finding the name field out from the resume is the challenge... oh wait... PA have that also 😂 if you have the greens
07-05-2022 06:09 AM
@cy... wrote:
power automate can read pdf text easily...
Text from some PDFs. Probably most PDFs, honestly. Definitely not all PDFs.