ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Help with OCR

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
lorife Posted - Oct 10 2022 : 06:00:12
Hello,

I need some help with OCR.
I have an invoice in PDF and I need to read the invoce number.
What is the best way to do it?

As it's private, I sent you an email with the invoice.

Could you help me?
Thank you.
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Oct 10 2022 : 17:34:57
Hi Lorenzo

If you OCR this document you can all the text and their respective rects returned.

The main difficulty you will have is that this is not an easily parse-able document. For example, if the document contained:

Invoice number: 12345

Then it would be easy to locate and confidently extract.

In your case, the invoice number is below the heading, e.g.



So you will need to find the position of the heading text "Numero Documento" and then infer the invoice number by its location relative to that.


Nigel
Xequte Software
www.imageen.com