AlessioLuciani / flutter-pdf-text

A plugin for Flutter that allows you to read the text content of PDF documents and convert it into strings.
MIT License
18 stars 45 forks source link

pdf to json #1

Open isorensen opened 4 years ago

isorensen commented 4 years ago

Dear Alessio, Congratulations on the great idea. It would be very helpful to be able to convert a PDF text into a json. In my specific case (and I guess it could be the same for many users) I need to convert a pdf that is very well structured into topics, subtopics and body text. Therefore I could imagine a feature to parse it into a json, and then be used inside flutter. Thank you