Good morning,
I have my own application that allows me to recognize, divide and extract the content from the pdf by setting the coordinates inside it.
ES. if in the X, Y, W, H coordinates I find the word "test" then move the pdf to a specific folder renaming it.
ES. if in the coordinates X, Y, W, H I find the word "test" then it divides the pdf as many times as it finds the word "test" in those coordinates.
ES. I set N coordinates and extract the value from them.
Having set up this process
1) Save the pdf in the folder
2) The pdf is recognized
3) The pdf is split
4) The text is extracted into a JSON { "name": "PINCO PALLINO", "emailAddress": "pinco@pallino.it", "phoneNumber": '123456789, "sicCode": "0001"}
Now I would like to implement my application by entering or updating the data on display and if you can also attach the file in the documents relating it to the account
My application is local, what can I do? do you have any suggestions?
I have my own application that allows me to recognize, divide and extract the content from the pdf by setting the coordinates inside it.
ES. if in the X, Y, W, H coordinates I find the word "test" then move the pdf to a specific folder renaming it.
ES. if in the coordinates X, Y, W, H I find the word "test" then it divides the pdf as many times as it finds the word "test" in those coordinates.
ES. I set N coordinates and extract the value from them.
Having set up this process
1) Save the pdf in the folder
2) The pdf is recognized
3) The pdf is split
4) The text is extracted into a JSON { "name": "PINCO PALLINO", "emailAddress": "pinco@pallino.it", "phoneNumber": '123456789, "sicCode": "0001"}
Now I would like to implement my application by entering or updating the data on display and if you can also attach the file in the documents relating it to the account
My application is local, what can I do? do you have any suggestions?
Comment