Come for answers. Stay for best practices. All we’re missing is you.
Often, we come across business processes that involve PDF documents, and during automation development, some people find it difficult to map these documents. For this reason, I’ve gathered 3 types of PDF files that can be mapped with IBM RPA using different techniques for each of them and I’ll show you all of that in this article.
PDF documents are standardized by ISO 32000, the idea is to have an agnostic file format to present documents, regardless of Operating System and software used, encapsulating all sorts of resources (fonts, images, graphs, links, forms and programming logic) in one single file type.
OCR (Optical Character Recognition) is a technology that recognizes characters in an image. Combining OCR with Artificial Intelligence makes several advanced features possible, e.g., recognizing car license plates in a Picture, where an AI algorithm is trained to identify the vehicle, then its license plate, from which OC can obtain the characters from.
Copy