diff --git a/gulagcleaner_python/python/gulagcleaner/clean.py b/gulagcleaner_python/python/gulagcleaner/clean.py index 7fcc224..9a43ae0 100644 --- a/gulagcleaner_python/python/gulagcleaner/clean.py +++ b/gulagcleaner_python/python/gulagcleaner/clean.py @@ -23,7 +23,4 @@ def clean_pdf_path(pdf_path, output_path, force_naive=False): "return_path": output_path, "error": ""} except Exception as e: - return {"success": False, "return_path": "", "error": str(e)} - -# I would like to expose the clean_pdf function as a "clean_pdf_bytes(bytes)" function that already removes the trailing method byte and returns the cleaned bytes and the method. -# Working on it. \ No newline at end of file + return {"success": False, "return_path": "", "error": str(e)} \ No newline at end of file