Fix combined .docx: line numbering only for transcript, centered cover pages, correct date format, reliable page numbering
This commit is contained in:
+2
-1
@@ -418,7 +418,8 @@ def process_transcription_task(
|
||||
# 3c) Generate short cover-page descriptions using summarizer
|
||||
transcript_cover_desc = ""
|
||||
summary_cover_desc = ""
|
||||
today_str = datetime.utcnow().strftime("%Y-%m-%d")
|
||||
dt = datetime.utcnow()
|
||||
today_str = f"{dt.strftime('%B')} {dt.day}, {dt.year}"
|
||||
|
||||
try:
|
||||
scraibe._ensure_summarizer()
|
||||
|
||||
Reference in New Issue
Block a user