Skip to content

Instantly share code, notes, and snippets.

@Eeman1113
Created January 24, 2022 05:36
Show Gist options
  • Save Eeman1113/3a4c318c550dd4a942b3e53f4d994fd4 to your computer and use it in GitHub Desktop.
Save Eeman1113/3a4c318c550dd4a942b3e53f4d994fd4 to your computer and use it in GitHub Desktop.
# export the result
with open('my_result.txt',mode ='w') as file:
file.write("Recognized text:")
file.write("\n")
file.write(result)
result=str(result)
print("Exporting process completed!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment