diff --git a/pdf2text b/pdf2text index 53851b1..bb027f1 100755 --- a/pdf2text +++ b/pdf2text @@ -25,9 +25,6 @@ if not source_path.exists(): raise Exception(f"{source_path.absolute()} does not exist.") print("This script will convert all your pdf files to txt files in the same directory.") -if input("Continue? [Y/n]: ").strip().lower() in ["n", "no"]: - print("Operation cancelled.") - exit(0) for file in pathlib.Path(source_path).glob("*.pdf"):