Marthee commited on
Commit
6b130e4
·
verified ·
1 Parent(s): 40d8dc4

Update InitialMarkups.py

Browse files
Files changed (1) hide show
  1. InitialMarkups.py +1 -1
InitialMarkups.py CHANGED
@@ -2008,7 +2008,7 @@ def extract_section_under_header_FullDoc_WithoutNotBilled(pdf_path):
2008
  else:
2009
  stringtowrite='To be billed'
2010
  # Optimized header matching
2011
- if stringtowrite=='To be billed':
2012
  Alltexttobebilled+= combined_line_norm #################################################
2013
  existsfull = (
2014
  ( combined_line_norm in allchildrenheaders_set or
 
2008
  else:
2009
  stringtowrite='To be billed'
2010
  # Optimized header matching
2011
+ if stringtowrite=='Not to be billed':
2012
  Alltexttobebilled+= combined_line_norm #################################################
2013
  existsfull = (
2014
  ( combined_line_norm in allchildrenheaders_set or