openseattle / convictionvacation

Automating conviction vacation in King County
http://openseattle.org/convictionvacation/
MIT License
12 stars 12 forks source link

Extract images from related Legal Forms #62

Closed sscchan closed 4 years ago

sscchan commented 4 years ago

Our approach to automatic form-filling is to use text overlay on images of forms. We need to extract (from word, pdf, etc) the legal form into images with specific Pixel Per Inch (PPI).

The task is as follows:

  1. Adopt a consistent naming convention for form images.
  2. Extract form images at the requisite 200 Pixel Per Inch.
  3. Name the forms according to the naming convention.

The forms are as follows:

Forms to generate -

[Extra for felonies]

[For Marijuana cases]

Originally posted by @vritant24 in https://github.com/openseattle/convictionvacation/issues/22#issuecomment-557823787

sscchan commented 4 years ago

ConvictionVacationForms.zip

Extracted PNG form pages.

sscchan commented 4 years ago

Pushed to form-filling-react branch. Closing.