You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.
Thank you for your hard work.
Could you please allow a caption file containing only one space to be recognized?
Currently, the exception is caused by the code below.
identifier = f.readline().rstrip()
f.close()
if len(identifier) < 1:
raise ValueError(f" *** Could not find valid text in: {txt_file_path}")
The text was updated successfully, but these errors were encountered: