Spaces:
Runtime error
Runtime error
Update InitialMarkups.py
Browse files- 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=='
|
| 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
|