Numbers are parsed wrongly by capture command because field_type is determined from the pdf file and most boxes with text in them are ignored.
Workaround:
Use field data from original blank file generated by default:
--input-csv FILE Specify a CSV file with field data, skipping extraction
eg: flyfield --input-pdf example-fields-filled.pdf --input-csv example.csv --capture
Numbers are parsed wrongly by capture command because
field_typeis determined from the pdf file and most boxes with text in them are ignored.Workaround:
Use field data from original blank file generated by default:
--input-csv FILESpecify a CSV file with field data, skipping extractioneg:
flyfield --input-pdf example-fields-filled.pdf --input-csv example.csv --capture