This question is probably a duplicate, but none of the answers in similar questions helped me. I'm looking for a simple way to extract text from a pdf file into any other type of file or structure which will let me use it.
the text I want to extract appears on pages 78-79.
At the end of the processes, I want to write each cell from the table in different rows in a .txt
file. for example, I want to turn the first row in the table from this:
to this:
0x00
Channel standby
CH_7
CH_6
CH_5
CH_4
CH_3
CH_2
CH_1
CH_0
0x00
RW
I'm using Visual Studio 2017 but I can also work on Pycharm instead.
I've tried using all the options suggested in this question and here
but I'm having problems installing the required libraries on windows 10 OS. I'm also not sure whether those libraries are still in use and supported. I'd appreciate it if anyone could refer me to some updated material on this subject or refer me to the relevant library.
Thank you.