JustUtahCoders / utahexpungements.org

The frontend code for utahexpungements.org
MIT License
11 stars 19 forks source link

Added pdf text extractor option to docket-pdf #116

Closed HappyViki closed 4 years ago

HappyViki commented 4 years ago

Fetches and displays either parsed JSON or whole text from file, depending on which radio button is checked. To temporarily fix the bug my code introduced: whether or not the fetch returned data, it will setIsProcessing(false).

HappyViki commented 4 years ago

I think processed JSON format should be default. What I want to do is instead of checking if I want JSON: checking if I want the plain text. What do you think?