Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Saroj Dhiman
/
invoice information extractor
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ef91daa9
authored
Nov 06, 2023
by
Saroj Dhiman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete information_ext.py
1 parent
3010e198
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
information_ext.py
information_ext.py
deleted
100644 → 0
View file @
3010e19
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"
)
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment