Spaces:
Sleeping
Sleeping
Update Counting_Columns_2_1.py
Browse files- Counting_Columns_2_1.py +1 -1
Counting_Columns_2_1.py
CHANGED
|
@@ -232,7 +232,7 @@ def add_annotations_to_pdf(image, pdf_name, huge_list_clmn_clr_loc):
|
|
| 232 |
annot.set_colors(stroke=clr, fill=(1, 1, 1)) # Set stroke color and fill white
|
| 233 |
annot.set_border(width=2) # Border thickness
|
| 234 |
annot.set_opacity(1) # Fully visible
|
| 235 |
-
text = columns_types_v[i]
|
| 236 |
# ✅ Set annotation properties for Bluebeam Count detection
|
| 237 |
annot.set_info("name", word) # Unique name for each count
|
| 238 |
annot.set_info("subject", "Count") # ✅ Bluebeam uses "Count" for Count markups
|
|
|
|
| 232 |
annot.set_colors(stroke=clr, fill=(1, 1, 1)) # Set stroke color and fill white
|
| 233 |
annot.set_border(width=2) # Border thickness
|
| 234 |
annot.set_opacity(1) # Fully visible
|
| 235 |
+
#text = columns_types_v[i]
|
| 236 |
# ✅ Set annotation properties for Bluebeam Count detection
|
| 237 |
annot.set_info("name", word) # Unique name for each count
|
| 238 |
annot.set_info("subject", "Count") # ✅ Bluebeam uses "Count" for Count markups
|