version 0.0.10
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user