version 0.0.10

This commit is contained in:
guanjihuan
2021-07-20 09:30:40 +08:00
parent 35b20ded5d
commit 37b196377f
4 changed files with 81 additions and 3 deletions

View File

@@ -115,4 +115,9 @@ guan.plot_3d_surface(x, y, matrix, xlabel='x', ylabel='y', zlabel='z', title='',
guan.plot_contour(x, y, matrix, xlabel='x', ylabel='y', title='', filename='a', show=1, save=0)
# download
guan.download_with_scihub(address=None, num=1)
guan.download_with_scihub(address=None, num=1)
# audio
guan.txt_to_audio(txt_path, rate=125, voice_type_0_or_1=1, read=1, save=0, print_text=0)
content = guan.pdf_to_text(pdf_path)
guan.pdf_to_audio(pdf_path, rate=125, voice_type_0_or_1=1, read=1, save=0, print_text=0)