SuffolkLITLab / FormFyxer

A tool for learning about and pre-processing forms
MIT License
11 stars 1 forks source link

Incompatible types in pdf_wrangling.py #68

Closed nonprofittechy closed 2 years ago

nonprofittechy commented 2 years ago

Argument "font_size" to "FormField" has incompatible type "Tuple[Number, Number, Number, Number]"; expected "int"

@BryceStevenWilley I'm not sure of the correct fix here--not familiar with the datastructure currently assigned to font_size. I'm going to merge a commit that reformats with Black so might want to wait until that is done to take a closer look