Skip to content

Commit

Permalink
remove api main func
Browse files Browse the repository at this point in the history
  • Loading branch information
Catrunaround committed Jul 16, 2024
1 parent 57675ed commit 2547942
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rag/file_conversion_router/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ def convert_directory(input_dir: Union[str, Path], output_dir: Union[str, Path])
"""
process_folder(input_dir, output_dir)

if __name__ == '__main__':
convert_directory("rag\scraper\Test_pdf", "rag\scraper\Output")

0 comments on commit 2547942

Please sign in to comment.