pdf_to_pptx / main.py
HyunsangJoo
check point
4442141
def main():
print("Hello from best-ocr!")
if __name__ == "__main__":
main()