Spaces:
Sleeping
Sleeping
File size: 24,070 Bytes
a3735e7 ace839d a3735e7 be1ecc2 a3735e7 ace839d a3735e7 ace839d a3735e7 ace839d a3735e7 ace839d a3735e7 ace839d a3735e7 ace839d a3735e7 ace839d a3735e7 ace839d a3735e7 ace839d 5ffc645 ace839d 5ffc645 be1ecc2 5ffc645 ace839d be1ecc2 a3735e7 ace839d 5ffc645 a3735e7 ace839d 5ffc645 a3735e7 ace839d be1ecc2 ace839d be1ecc2 ace839d be1ecc2 ace839d 5ffc645 ace839d a3735e7 ace839d 5ffc645 ace839d a3735e7 ace839d a3735e7 ace839d a3735e7 ace839d a3735e7 ace839d a3735e7 ace839d a3735e7 ace839d 5ffc645 ace839d a3735e7 ace839d a3735e7 ace839d 5ffc645 ace839d a3735e7 ace839d a3735e7 ace839d a3735e7 ace839d 5ffc645 ace839d a3735e7 ace839d 5ffc645 ace839d a3735e7 ace839d a3735e7 ace839d 5ffc645 ace839d a3735e7 ace839d 5ffc645 ace839d a3735e7 ace839d a3735e7 ace839d 5ffc645 ace839d 5ffc645 ace839d a3735e7 ace839d 5ffc645 a3735e7 5ffc645 ace839d a3735e7 ace839d 5ffc645 ace839d 5ffc645 ace839d a3735e7 5ffc645 ace839d 5ffc645 ace839d a3735e7 ace839d a3735e7 ace839d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 | #!/usr/bin/env python3
"""
Smoke Signal β Stage 4: OCR Bake-Off
======================================
Runs Surya (primary) and Tesseract (fallback) on rendered page images
from the calibration corpus. Compares outputs, measures accuracy against
gold set if available, and freezes a baseline OCR config.
Inputs:
renders/<BOOK_ID>/<BOOK_ID>_page_NNNN_300dpi.png
manifest/page_profiles/<BOOK_ID>_page_profile.json
manifest/source_manifest.csv
Outputs:
ocr_raw/<BOOK_ID>/<BOOK_ID>_page_NNNN_ocr.json β per-page OCR result
manifest/ocr_run_<RUN_ID>.json β run summary
configs/ss_ocr_config_v0.1.json β frozen baseline config
Usage:
python scripts/03_ocr_bakeoff.py
python scripts/03_ocr_bakeoff.py --book-id SS-BOOK-0001
python scripts/03_ocr_bakeoff.py --engine surya
python scripts/03_ocr_bakeoff.py --engine tesseract
python scripts/03_ocr_bakeoff.py --engine both
python scripts/03_ocr_bakeoff.py --dry-run
"""
import argparse
import csv
import hashlib
import json
import sys
import time
from datetime import datetime
from pathlib import Path
from typing import Optional
# ββ Paths ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
ROOT = Path(__file__).resolve().parents[1]
MANIFEST_CSV = ROOT / "manifest" / "source_manifest.csv"
PROFILES_DIR = ROOT / "manifest" / "page_profiles"
RENDERS_DIR = ROOT / "renders"
OCR_RAW_DIR = ROOT / "ocr_raw"
CONFIGS_DIR = ROOT / "configs"
LOGS_DIR = ROOT / "logs"
OCR_RAW_DIR.mkdir(parents=True, exist_ok=True)
CONFIGS_DIR.mkdir(parents=True, exist_ok=True)
LOGS_DIR.mkdir(parents=True, exist_ok=True)
# ββ Frozen OCR config (do not change mid-batch) ββββββββββββββββββββββββββββββββ
OCR_CONFIG = {
"config_version": "ss_ocr_config_v0.1",
"primary_engine": "surya",
"fallback_engine": "tesseract",
"surya_langs": ["en"],
"surya_det_batch": 4,
"surya_rec_batch": 4,
"tesseract_lang": "eng",
"tesseract_psm": 6, # assume uniform block of text
"confidence_threshold_auto_accept": 0.85,
"confidence_threshold_review": 0.60,
"confidence_threshold_quarantine": 0.40,
"eligible_routes": ["ocr", "hybrid"],
}
# ββ Manifest / profile loaders βββββββββββββββββββββββββββββββββββββββββββββββββ
def load_manifest() -> dict:
records = {}
if not MANIFEST_CSV.exists():
return records
with open(MANIFEST_CSV, newline="", encoding="utf-8") as f:
for row in csv.DictReader(f):
if row.get("book_id"):
records[row["book_id"]] = row
return records
def save_manifest(records: dict) -> None:
fields = [
"book_id", "source_id", "filename", "sha256", "file_size_bytes",
"page_count", "rights_class", "source_location", "acquisition_date",
"status", "allowed_use", "notes"
]
rows = sorted(records.values(), key=lambda r: r.get("book_id", ""))
with open(MANIFEST_CSV, "w", newline="", encoding="utf-8") as f:
writer = csv.DictWriter(f, fieldnames=fields)
writer.writeheader()
writer.writerows(rows)
def load_page_profile(book_id: str) -> Optional[dict]:
profile_path = PROFILES_DIR / f"{book_id}_page_profile.json"
if not profile_path.exists():
return None
with open(profile_path, encoding="utf-8") as f:
return json.load(f)
# ββ Surya OCR ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def _safe_load_surya_component(loader, checkpoint: Optional[str]):
"""
Attempt to pass checkpoint to Surya loader, with safe fallback for older APIs.
"""
if not checkpoint:
return loader()
try:
return loader(checkpoint=checkpoint)
except TypeError:
return loader()
def load_surya_context(checkpoint: Optional[str] = None) -> Optional[dict]:
"""
Load Surya OCR models once per run.
Tries modern predictor API first, then legacy API.
Returns context dict or None if Surya import/loading fails.
"""
# New API (surya-ocr>=0.17 style)
try:
from surya.foundation import FoundationPredictor
from surya.detection import DetectionPredictor
from surya.recognition import RecognitionPredictor
try:
from surya.common.surya.schema import TaskNames
task_name = TaskNames.ocr_with_boxes
except Exception:
task_name = "ocr_with_boxes"
foundation_predictor = _safe_load_surya_component(FoundationPredictor, checkpoint)
det_predictor = DetectionPredictor()
rec_predictor = RecognitionPredictor(foundation_predictor)
return {
"api": "predictor-v2",
"task_name": task_name,
"det_predictor": det_predictor,
"rec_predictor": rec_predictor,
"checkpoint": checkpoint,
}
except Exception:
pass
# Legacy API (surya-ocr<=0.6 style)
try:
from surya.ocr import run_ocr
from surya.model.detection.model import load_model as load_det_model
from surya.model.detection.processor import load_processor as load_det_processor
from surya.model.recognition.model import load_model as load_rec_model
from surya.model.recognition.processor import load_processor as load_rec_processor
except ImportError:
return None
try:
det_model = _safe_load_surya_component(load_det_model, checkpoint)
det_processor = _safe_load_surya_component(load_det_processor, checkpoint)
rec_model = _safe_load_surya_component(load_rec_model, checkpoint)
rec_processor = _safe_load_surya_component(load_rec_processor, checkpoint)
return {
"run": run_ocr,
"det_model": det_model,
"det_processor": det_processor,
"rec_model": rec_model,
"rec_processor": rec_processor,
"checkpoint": checkpoint,
}
except Exception:
return None
def _run_surya(image_path: Path, langs: list, surya_ctx: Optional[dict] = None) -> dict:
"""
Run Surya OCR on a single page image.
Returns standardised result dict.
"""
try:
from PIL import Image
except ImportError as e:
return {
"engine": "surya",
"error": f"Import error: {e}. Run: pip install surya-ocr",
"text": "",
"words": [],
"confidence": 0.0,
}
ctx = surya_ctx or load_surya_context()
if not ctx:
return {
"engine": "surya",
"error": "Surya model load failed. Check surya-ocr install and checkpoint path.",
"text": "",
"words": [],
"confidence": 0.0,
}
try:
image = Image.open(str(image_path)).convert("RGB")
if ctx.get("api") == "predictor-v2":
results = ctx["rec_predictor"](
[image],
task_names=[ctx["task_name"]],
det_predictor=ctx["det_predictor"],
highres_images=[image],
math_mode=True,
)
else:
results = ctx["run"](
[image],
[langs],
ctx["det_model"],
ctx["det_processor"],
ctx["rec_model"],
ctx["rec_processor"],
)
page_result = results[0]
# Extract text and confidence from Surya's TextLine objects
words = []
full_text = []
confidences = []
for line in page_result.text_lines:
text = line.text.strip()
conf = float(line.confidence) if hasattr(line, "confidence") else 1.0
if text:
full_text.append(text)
confidences.append(conf)
bbox = getattr(line, "bbox", None)
if bbox is None:
bbox = getattr(line, "polygon", None)
words.append({
"text": text,
"confidence": round(conf, 4),
"bbox": bbox,
})
avg_conf = round(sum(confidences) / len(confidences), 4) if confidences else 0.0
return {
"engine": "surya",
"text": "\n".join(full_text),
"words": words,
"confidence": avg_conf,
"line_count": len(words),
"model_checkpoint": ctx.get("checkpoint") or "base",
"error": None,
}
except Exception as e:
return {
"engine": "surya",
"error": str(e),
"text": "",
"words": [],
"confidence": 0.0,
"model_checkpoint": ctx.get("checkpoint") or "base",
}
# ββ Tesseract OCR (fallback) βββββββββββββββββββββββββββββββββββββββββββββββββββ
def _run_tesseract(image_path: Path, lang: str = "eng", psm: int = 6) -> dict:
"""
Run Tesseract on a single page image.
Returns standardised result dict.
"""
try:
import pytesseract
from PIL import Image
except ImportError as e:
return {
"engine": "tesseract",
"error": f"Import error: {e}. Run: pip install pytesseract pillow",
"text": "",
"words": [],
"confidence": 0.0,
}
try:
image = Image.open(str(image_path)).convert("RGB")
config = f"--psm {psm}"
# Get word-level data with confidence
data = pytesseract.image_to_data(
image,
lang=lang,
config=config,
output_type=pytesseract.Output.DICT,
)
words = []
confidences = []
full_text_parts = []
for i, word_text in enumerate(data["text"]):
word_text = str(word_text).strip()
conf = int(data["conf"][i])
if word_text and conf > 0:
conf_norm = conf / 100.0
words.append({
"text": word_text,
"confidence": round(conf_norm, 4),
"bbox": [
data["left"][i], data["top"][i],
data["left"][i] + data["width"][i],
data["top"][i] + data["height"][i],
],
})
confidences.append(conf_norm)
full_text_parts.append(word_text)
avg_conf = round(sum(confidences) / len(confidences), 4) if confidences else 0.0
full_text = pytesseract.image_to_string(image, lang=lang, config=config).strip()
return {
"engine": "tesseract",
"text": full_text,
"words": words,
"confidence": avg_conf,
"line_count": len(words),
"error": None,
}
except Exception as e:
return {
"engine": "tesseract",
"error": str(e),
"text": "",
"words": [],
"confidence": 0.0,
}
# ββ Confidence gate ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def confidence_gate(confidence: float, config: dict) -> str:
"""Return auto-accept | review-required | quarantine based on thresholds."""
if confidence >= config["confidence_threshold_auto_accept"]:
return "auto-accept"
elif confidence >= config["confidence_threshold_review"]:
return "review-required"
elif confidence >= config["confidence_threshold_quarantine"]:
return "quarantine"
else:
return "quarantine"
# ββ Per-page OCR βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def ocr_page(
image_path: Path,
book_id: str,
page_num: int,
engine: str,
config: dict,
surya_ctx: Optional[dict] = None,
dry_run: bool = False,
) -> dict:
"""Run OCR on one page, save result, return summary."""
result = {
"book_id": book_id,
"page_number": page_num,
"image_path": str(image_path),
"engine": engine,
"ocr_at": datetime.utcnow().isoformat() + "Z",
"config_version": config["config_version"],
}
if dry_run:
result.update({
"text": "[dry-run]", "confidence": 0.0,
"gate": "dry-run", "error": None, "words": [],
})
return result
if engine == "surya":
ocr_out = _run_surya(image_path, config["surya_langs"], surya_ctx=surya_ctx)
elif engine == "tesseract":
ocr_out = _run_tesseract(image_path, config["tesseract_lang"], config["tesseract_psm"])
else:
ocr_out = {"engine": engine, "error": f"Unknown engine: {engine}", "text": "", "words": [], "confidence": 0.0}
result.update(ocr_out)
result["gate"] = confidence_gate(result.get("confidence", 0.0), config)
# Save per-page OCR JSON
book_ocr_dir = OCR_RAW_DIR / book_id
book_ocr_dir.mkdir(parents=True, exist_ok=True)
out_path = book_ocr_dir / f"{book_id}_page_{page_num:04d}_{engine}_ocr.json"
with open(out_path, "w", encoding="utf-8") as f:
json.dump(result, f, indent=2, ensure_ascii=False)
return result
# ββ Per-book OCR runner ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def ocr_book(
record: dict,
engine: str,
config: dict,
surya_ctx: Optional[dict] = None,
dry_run: bool = False,
) -> dict:
book_id = record["book_id"]
print(f"\n [{book_id}] {record['filename']} β engine: {engine}")
profile = load_page_profile(book_id)
if not profile:
print(f" β No page profile found. Run 02_profile_pdfs.py first.")
return {"book_id": book_id, "error": "no_profile", "pages": []}
eligible_routes = config["eligible_routes"]
ocr_pages = [p for p in profile["pages"] if p.get("route") in eligible_routes]
print(f" OCR-eligible pages: {len(ocr_pages)} / {profile['page_count']}")
if not ocr_pages:
print(f" β No OCR pages β all embedded text.")
return {"book_id": book_id, "error": None, "pages": [], "skipped": True}
page_results = []
confidences = []
gate_counts = {"auto-accept": 0, "review-required": 0, "quarantine": 0, "dry-run": 0}
errors = []
for page_info in ocr_pages:
page_num = page_info["page_number"]
render_path = page_info.get("render_path")
if not render_path:
# Try to find render file
render_path_candidates = list((RENDERS_DIR / book_id).glob(
f"{book_id}_page_{page_num:04d}_*.png"
)) if (RENDERS_DIR / book_id).exists() else []
render_path = str(render_path_candidates[0]) if render_path_candidates else None
if not render_path:
print(f" β Page {page_num}: no render found β skipping")
errors.append({"page": page_num, "error": "no_render"})
continue
image_path = Path(render_path) if Path(render_path).is_absolute() else ROOT / render_path
if not image_path.exists():
print(f" β Page {page_num}: render file missing β {image_path}")
errors.append({"page": page_num, "error": "render_missing"})
continue
result = ocr_page(image_path, book_id, page_num, engine, config, surya_ctx=surya_ctx, dry_run=dry_run)
page_results.append(result)
conf = result.get("confidence", 0.0)
gate = result.get("gate", "quarantine")
confidences.append(conf)
gate_counts[gate] = gate_counts.get(gate, 0) + 1
status = "β" if gate == "auto-accept" else "β " if gate == "review-required" else "β"
print(f" {status} p{page_num:03d} conf={conf:.2f} gate={gate}")
avg_conf = round(sum(confidences) / len(confidences), 4) if confidences else 0.0
print(f" Avg confidence : {avg_conf:.2f}")
print(f" Gates : {gate_counts}")
if errors:
print(f" Errors : {len(errors)}")
return {
"book_id": book_id,
"engine": engine,
"pages_ocred": len(page_results),
"avg_confidence": avg_conf,
"gate_counts": gate_counts,
"errors": errors,
"error": None,
}
# ββ Save frozen config βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def save_ocr_config(config: dict) -> None:
config_path = CONFIGS_DIR / f"{config['config_version']}.json"
if not config_path.exists():
with open(config_path, "w", encoding="utf-8") as f:
json.dump({
**config,
"frozen_at": datetime.utcnow().isoformat() + "Z",
"note": "DO NOT change this file mid-batch. Create a new version instead.",
}, f, indent=2)
print(f"\n Config frozen β {config_path.relative_to(ROOT)}")
else:
print(f"\n Config already exists β {config_path.relative_to(ROOT)} (not overwritten)")
# ββ Main βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def main():
parser = argparse.ArgumentParser(description="Smoke Signal β Stage 4: OCR Bake-Off")
parser.add_argument("--book-id", help="OCR a single book by ID")
parser.add_argument("--batch-id", help="Tag this run with a batch ID")
parser.add_argument("--engine", choices=["surya", "tesseract", "both"],
default="surya", help="OCR engine to use (default: surya)")
parser.add_argument("--model", default=None,
help="Optional Surya checkpoint/model path for OCR engine=surya")
parser.add_argument("--dry-run", action="store_true", help="No files written")
parser.add_argument("--all", action="store_true", help="Include already-OCRed books")
args = parser.parse_args()
run_id = args.batch_id or f"SS-RUN-{datetime.utcnow().strftime('%Y%m%d-%H%M%S')}"
engines = ["surya", "tesseract"] if args.engine == "both" else [args.engine]
run_config = dict(OCR_CONFIG)
if args.model:
run_config["surya_model_checkpoint"] = args.model
# Governance: checkpoint changes require a new config version.
model_tag = hashlib.sha256(args.model.encode("utf-8")).hexdigest()[:8]
run_config["config_version"] = f"{OCR_CONFIG['config_version']}_ft_{model_tag}"
print(f"\n{'='*60}")
print(f" Smoke Signal β Stage 4: OCR Bake-Off")
print(f" Run ID : {run_id}")
print(f" Engines : {engines}")
print(f" Config : {run_config['config_version']}")
if args.model:
print(f" Surya model override : {args.model}")
if args.dry_run:
print(f" Mode : DRY RUN")
print(f"{'='*60}")
manifest = load_manifest()
if not manifest:
print("\n [error] Manifest empty. Run 01_register_sources.py first.")
sys.exit(1)
eligible_statuses = ["profiled", "rendered"] if not args.all else \
["profiled", "rendered", "ocred"]
if args.book_id:
books = [manifest[args.book_id]] if args.book_id in manifest else []
if not books:
print(f" [error] Book {args.book_id} not in manifest.")
sys.exit(1)
else:
books = [r for r in manifest.values() if r.get("status") in eligible_statuses]
# Governance: never process unknown/excluded rights in OCR batches.
books = [r for r in books if r.get("rights_class") not in ("unknown", "excluded")]
if not books:
print(f"\n No books eligible after status/rights filters.")
print(f" Eligible statuses: {eligible_statuses}")
print(" Rights blocked: unknown, excluded")
sys.exit(0)
print(f"\n Books to OCR: {len(books)}")
all_results = []
t_start = time.time()
surya_ctx = None
if "surya" in engines and not args.dry_run:
surya_ctx = load_surya_context(args.model)
if not surya_ctx:
print("\n [error] Could not load Surya models/checkpoint.")
print(" Check surya-ocr install and --model path.")
sys.exit(1)
for record in books:
for engine in engines:
result = ocr_book(record, engine, run_config, surya_ctx=surya_ctx, dry_run=args.dry_run)
all_results.append(result)
# Update manifest status
if not result.get("error") and not args.dry_run:
manifest[record["book_id"]]["status"] = "ocred"
# Save manifest + config + run log
if not args.dry_run:
save_manifest(manifest)
save_ocr_config(run_config)
log_path = LOGS_DIR / f"{run_id}_ocr_bakeoff.json"
with open(log_path, "w", encoding="utf-8") as f:
json.dump({
"run_id": run_id,
"run_at": datetime.utcnow().isoformat() + "Z",
"engines": engines,
"config": run_config,
"surya_model_checkpoint": args.model or "base",
"results": all_results,
}, f, indent=2)
print(f"\n Run log β {log_path.relative_to(ROOT)}")
# ββ Summary βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
elapsed = round(time.time() - t_start, 1)
succeeded = sum(1 for r in all_results if not r.get("error"))
total_pages = sum(r.get("pages_ocred", 0) for r in all_results)
avg_conf = (
sum(r.get("avg_confidence", 0) for r in all_results if not r.get("error")) / max(succeeded, 1)
)
print(f"\n{'β'*60}")
print(f" Books processed : {len(books)}")
print(f" Runs succeeded : {succeeded}")
print(f" Pages OCR-ed : {total_pages}")
print(f" Avg confidence : {avg_conf:.2f}")
print(f" Time : {elapsed}s")
print(f"{'β'*60}")
# Gate breakdown across all runs
total_gates = {"auto-accept": 0, "review-required": 0, "quarantine": 0}
for r in all_results:
for gate, count in r.get("gate_counts", {}).items():
if gate in total_gates:
total_gates[gate] += count
print(f"\n Gate breakdown:")
for gate, count in total_gates.items():
pct = round(count / max(total_pages, 1) * 100, 1)
flag = " β ACTION REQUIRED" if gate != "auto-accept" and count > 0 else ""
print(f" {gate:<20} {count:>4} ({pct}%){flag}")
print(f"\n Next steps:")
print(f" 1. Inspect ocr_raw/ outputs for quality")
print(f" 2. Run 04_region_detector.py (Stage 5)")
print(f" 3. Review quarantined pages manually\n")
if __name__ == "__main__":
main()
|