A one time payment app - interesting (I'm also working on something with similar moneytization solution).
How are things going? I'd love to know the experience of another solopreneur, what stack are you using?
I wonder
- What are you using to parse PDFs and extract the text? I found that is a nightmare when was doing something similar for WithAudio (my app).
- Are you just extracting the text or you are doing any post processing to identify which lines belong to the same paragraph or not?
JTrehan|1 month ago
The app is entirely in Java, with javaFX for the UI and Lucene for the search engine. To read and render PDFs I use PDFium.