Skip to content

Commit

Permalink
Added a new line in pdfact_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaMarika01 committed Sep 9, 2024
1 parent a61d4f5 commit a982d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text_extractor/parser/pdfact_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,4 @@ def heading_filter(json_file):
font_size = paragraph["paragraph"]["font"]["font-size"]
if font_size == min_font_size_body:
paragraph["paragraph"]["role"] = "body"
return json_file
return json_file

0 comments on commit a982d1e

Please sign in to comment.