|
|
|
|
|
by mc42
3404 days ago
|
|
A cursory Google search suggests you could use a package like poppler to convert the pdf to raw text, and then in theory use regex to create data your server could use and serve. If the pdfs are published as scans like so many municipalities do, then OCR is the only way to go. Either way, good luck and decently nice design. |
|
Regarding the design, I just wanted to get something out the door quickly with a suitable look out of the box, so I decided to use MaterializeCSS (http://materializecss.com/). It's getting the job done so far, but I may revisit the design after I get all the content up.
And I'll look into poppler. Thank you for the recommendation.