Commit ef91daa9 by Saroj Dhiman

Delete information_ext.py

1 parent 3010e198
Showing with 0 additions and 15 deletions
from new_module import final_module
questions = ["what is the address of company?",
"what is the date of issue?",
"What is the invoice number?",
"What is the billed to address?,",
"what is company?"]
rawtext_filenme = "extracted_text.txt"
image_filename = "output_image.png"
filename = "invoice_4.pdf"
final_module.process_pdf_to_image_and_text("invoice_4.pdf",1,questions, rawtext_filenme, image_filename)
print("PDF to image conversion and completion generation complete.")
print("check your folder")
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!