增加ocr结果存表
This commit is contained in:
@@ -190,3 +190,9 @@ def parse_hospital(string):
|
||||
split_hospitals = string_without_company.replace("医院", "医院 ")
|
||||
result += split_hospitals.strip().split(" ")
|
||||
return result
|
||||
|
||||
|
||||
def handle_text(string):
|
||||
if not string:
|
||||
return ""
|
||||
return string[:16383]
|
||||
|
||||
Reference in New Issue
Block a user