0fa1a4ce by 周伟奇

fix zfb emoji 2

1 parent 0b2cf2d1
......@@ -143,7 +143,7 @@ class PDFHandler:
# 支付宝 交易流水证明 '46428471991912802930901 2022-01-22' 切分日期
if self.title_idx in {6, 7} and self.date_pattern.match(text):
try:
split_x = x0 + ((x1 - x0) * (10 / len(text)))
split_x = x1 - ((x1 - x0) * (10 / len(text)))
date_str = text[-10:]
other_str = text[:-10]
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!