Skip to content

v1.2.4

Compare
Choose a tag to compare
@erdogant erdogant released this 30 May 15:03
· 43 commits to main since this release
  • Added functionality to remove images that are stored in tempdirectory.
# Import library
from undouble import Undouble
# Init with default settings
model = Undouble()
# Do stuff and finally clean the tempdirectory with
model.clean_files()