📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -141,7 +141,7 @@ def write_field_info(pdf_path: str, json_output_path: str):
|
||||
reader = PdfReader(pdf_path)
|
||||
field_info = get_field_info(reader)
|
||||
with open(json_output_path, "w") as f:
|
||||
json.dump(field_info, f, indent=2)
|
||||
f.write(json.dumps(field_info, indent=2))
|
||||
print(f"Wrote {len(field_info)} fields to {json_output_path}")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user