|
|
@@ -381,7 +381,8 @@ pages: {len(results.get('pages', []))}
|
|
|
text = content.get('text', '') if isinstance(content, dict) else str(content)
|
|
|
if text:
|
|
|
confidence = content.get('confidence', 0.0) if isinstance(content, dict) else 0.0
|
|
|
- md_lines.append(f"🔖 **[印章]** {text} _(置信度: {confidence:.2f})_")
|
|
|
+ # md_lines.append(f"🔖 **[印章]** {text} _(置信度: {confidence:.2f})_")
|
|
|
+ md_lines.append(f"🔖 **[印章]** {text}")
|
|
|
md_lines.append("")
|
|
|
|
|
|
elif elem_type == 'discarded':
|