<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gastbeitrag | Skilja</title>
	<atom:link href="https://skilja.com/de/kategorie/gastbeitrag/feed/" rel="self" type="application/rss+xml" />
	<link>https://skilja.com/de/</link>
	<description>Document Understanding – Deep Learning</description>
	<lastBuildDate>Fri, 24 Nov 2023 12:43:51 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://skilja.com/wp-content/uploads/2021/06/cropped-skilja_logo_transparent_02-32x32.png</url>
	<title>Gastbeitrag | Skilja</title>
	<link>https://skilja.com/de/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>IDP: Solving bot illiteracy in the digital workforce &#8211; Part 2</title>
		<link>https://skilja.com/de/idp-solving-bot-illiteracy-in-the-digital-workforce-part-2/</link>
		
		<dc:creator><![CDATA[Guest]]></dc:creator>
		<pubDate>Wed, 21 Oct 2020 10:12:00 +0000</pubDate>
				<category><![CDATA[Gastbeitrag]]></category>
		<category><![CDATA[Grundlagen]]></category>
		<category><![CDATA[Markt]]></category>
		<guid isPermaLink="false">https://skilja.com/?p=1387</guid>

					<description><![CDATA[Editor’s note: This is a guest post from Jupp Stöpetie In this post we examine the role of Intelligent Document Processing (IDP) relative to Robotic Process Automation (RPA) and how these technologies drive Digital Transformation when combined. Part one was looking at what is driving and enabling Digital Transformation. This part two is dedicated to RPA and [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><span class="has-inline-color" style="color: #7cb955;"><strong>Editor’s note</strong>: </span>This is a guest post from Jupp Stöpetie</p>



<p><em><em>In this post we examine the role of Intelligent Document Processing (IDP) relative to Robotic Process Automation (RPA) and how these technologies drive Digital Transformation <em>when combined</em>.</em> <em>Part one was looking at what is driving and enabling Digital Transformation. This part two is dedicated to RPA and why IDP is essential.</em></em></p>



<h2 class="wp-block-heading"><strong>Robotic Process Automation </strong></h2>



<p>Since maybe 3 or 4 years RPA has become the tool of choice for automating repetitive tasks for many companies. RPA vendors claim that their systems are easy to set up and maintain without the need of coding. Vendors propagate that RPA systems can be operated by business managers with some light-weight training. Basically every manager can create bots that replace human workers. This has led to a wide spread of RPA systems in businesses. There is no need anymore for complicated, lengthy and costly automation projects managed by IT departments. RPA puts automation and the use of AI in the hands of business managers. Today the workforce in companies is increasingly a combination of humans and robots. But of course things are more complicated when you look a bit deeper than the RPA marketing collaterals. What is for example when we need to retrieve information from a document? That is no problem for human workers. But bots have no humanlike reading skills.  They only can “read” data from structured data like files and databases. That is because it is easy to instruct bots with the exact location where to find the data.</p>



<h2 class="wp-block-heading"><strong>Why bots can&#8217;t read documents</strong></h2>



<p>A document can be seen as a container for content. The content is made up of static data and explicit and hidden information describing the relationships between the data which gives meaning to the document.  A document also has meta-data being the properties of the container itself.  Content is represented in documents in a way so that humans can process the content. Note that this has an important implication. Most documents were never designed to be read by bots. When data must be extracted it doesn’t matter for human workers if a document has a fixed structure like in a form, a semi-structure like in an invoice or no structure like in a contract. With some proper instructions human workers will be able to find the data they are looking for. Depending on how much structure there is, processing time may vary significantly of course. Bots however have no cognitive reading skills. And adding OCR and data capture technology to an RPA solution is often not enough to make bots really skilled at processing documents.</p>



<figure class="wp-block-image size-large"><img decoding="async" class="wp-image-711" src="https://skilja.com/wp-content/uploads/arlington-research-kN_kViDchA0-unsplash-1-1024x683.jpg" alt="" />
<figcaption>Photo by Arlington Research on <a href="https://unsplash.com/s/photos/business?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText" target="_blank" rel="noreferrer noopener">Unsplash</a></figcaption>
</figure>



<h2 class="wp-block-heading"><strong>Why OCR and Data Capture often do not offer the right reading skills for bots</strong></h2>



<p>The short answer: these technologies fall short because they were not developed for RPA. OCR was not designed to understand content. OCR is a technology for converting pixels into characters. Most OCR packages can also convert document images (scans) into text files while recreating the original layout. Data Capture systems use OCR technology and also many other AI technologies. Data capture systems were designed for extracting data from large volumes of documents with the highest possible accuracy. Neither OCR nor data capture were designed for RPA users to teach their bots how to read stuff. </p>



<p>The users who usually set up data capture installations are engineers who know exactly how to use all the levers and parameters of these systems. They often will create scripts or even add self coded additions in order to achieve the highest possible accuracy. The initial set up is high but that makes a lot of sense. The ROI of data capture installations doesn’t have to be fast. Almost always these installations are set up to run for many years. </p>



<p>Batch oriented data capture systems, although very powerful when setup correctly, logically are not the first choice of RPA users when they need to add document processing capabilities to their bots. These users are looking for simple, easy, fast and flexible functionality. The volumes they need to process are small. They also have higher needs for these systems to learn while doing because not the whole spectrum of variability in the documents that need to be processed will be available at the start of the project. And often they also need a higher level of intelligence because they want to automate tasks that were formerly performed by humans. And when they design new processes RPA users want to create intelligent bots that behave just like humans. But what RPA users cannot handle and what would break the RPA paradigm is if adding reading skills to bots comes at the expense of requiring a lot of investment and special technical skills like solution design, coding, production testing etc.</p>



<p>Note that in cases where RPA systems are used for processing large volumes of documents it makes sense to use data capture systems to extract data from these documents. Because in these cases efficiency aka accuracy most likely will play a significant role. Processing large volumes of documents is data capture’s sweet spot.</p>



<p>What RPA users really need when they have to process documents is something that may look a bit like OCR and data capture <strong>but is much smarter than that because it is operating a much broader set of AI technologies</strong> and at the same time it also should be easier to use.</p>



<h2 class="wp-block-heading">IDP: a new product category for a new market</h2>



<p>The massive pervasion of RPA installations in companies that happened during the past 3 to 4 years has led to an increasingly high demand for these easy, simple, flexible but yet powerful intelligent data capture solutions. This fast growing demand has spawned a new generation of companies who has gone down a different path using different technologies than what the incumbents in the data capture market have been doing for more than 20 years. These new systems are all based on the idea that Deep Neural Networks and other forms of Machine Learning are better and much easier ways to fulfill the needs of RPA users. All you need is a lot of samples, train your neural networks and off you go. What however is unclear at this stage is if ML can actually deliver the accuracy that is needed when bots should have humanlike reading skills executing mission critical tasks. When deep neural networks make mistakes you cannot go in and correct for these mistakes. These systems are black boxes. It is noteworthy that all incumbents are updating their existing offerings with adding ML technologies. Especially with the goal to become better at processing unstructured documents. And it seems not such a ridiculous assumption that these companies who have many years of experience developing document processing systems have an advantage over the competition that is fully ML focused. It looks quite plausible that incumbents are better set up to marry old AI and new AI technologies based on their solid understanding of how to build robust document processing systems.</p>



<p>All these developments of old and new companies to develop document processing skills for RPA bots have led to a new category of products that cater to the digital transformation market and not so much to the traditional capture market. The emergence of these new products was the reason for the Everest Group, a leading management consulting and research firm to come up with a new product category: <strong>Intelligent Document Processing or IDP</strong>.</p>



<p><a href="https://www.everestgrp.com/2019-12-understanding-enterprise-grade-idp-solutions-market-insights-52033.html">Everest Group defines IDP</a> as any software product or solution that captures data from documents (e.g., email, text, pdf, and scanned documents), categorizes, and extracts relevant data for further processing using AI technologies such as computer vision, OCR, Natural Language Processing (NLP), and machine/deep learning. These solutions are typically non-invasive and can be integrated with internal applications, systems, and other automation platforms.</p>



<figure class="wp-block-image size-large"><img decoding="async" class="wp-image-721" src="https://skilja.com/wp-content/uploads/markus-spiske-3Tf1J8q9bBA-unsplash-1024x683.jpg" alt="" />
<figcaption>Photo by Markus Spiske on <a href="https://unsplash.com/s/photos/business?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText" target="_blank" rel="noreferrer noopener">Unsplash</a></figcaption>
</figure>



<h2 class="wp-block-heading"><strong>About OCR and Online-learning</strong></h2>



<p>In many blogs about IDP authors create a contradiction between OCR being the old fashioned unintelligent way of data extraction and modern AI based extraction methods that are state of the art and intelligent. First of all as I pointed out OCR is not data extraction. OCR is one of many AI technologies that are used in data capture systems. And there are different ways we can build intelligence into systems that will help to find and interpret data in documents. Machine learning may perform better on unstructured documents. When dealing with forms and semi-structured documents systems that use templates, classifiers and other AI technologies including machine learning will almost always outperform systems that are solely based on machine learning. Note that these comprehensive systems operating ML in a smart way will learn from automated feedback through users correcting mistakes and from the results of successful and correct classification and extraction to generate additional knowledge (expanding the space) and statistics of usage of existing knowledge. See <a href="https://skilja.com/de/the-magic-of-online-learning/" target="_blank" rel="noreferrer noopener">The Magic of Online-Learning</a>.</p>



<h2 class="wp-block-heading"><strong>What is the ideal IDP solution?</strong></h2>



<p>The challenge for intelligent document processing is that there seems to be no one ideal approach. Depending on the type of documents, the volumes that have to be processed and the importance of accuracy ML or more traditional AI approaches or a blend thereof will be the best choice. For example when document volumes are big accuracy is important. When a shared service centre for example is processing 50 million documents a year improving accuracy from say 95% to 96% is significant. We just reduced the number of documents that have to be corrected by 500k. Another case where accuracy is critical is in straight-through processing.</p>



<p>It seems that the best option customers have is to adopt an IDP platform that enables them to operate different solutions or combinations of such solutions while shielding users from the complexity of these solutions. Vinna is such a platform that even allows to add crowdsourcing (Human In The Loop Verification) without users ever being aware of the complexity of what goes on under the hood.</p>



<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>



<div class="wp-block-image">
<figure class="alignleft size-large is-resized"><img decoding="async" class="wp-image-654" src="https://skilja.com/wp-content/uploads/0-3.jpeg" alt="Jupp Stöpetie" width="170" height="170" /></figure>
</div>



<p class="has-text-align-left">Jupp Stöpetie as CEO of ABBYY Europe established ABBYY&#8217;s presence in the Western European markets, growing the brand and market presence to a leadership status for +25 years. His experience includes founding and growing companies and managing all levels of business operations, sales, and marketing. Jupp left ABBYY in spring 2020 and now works as an independent consultant based in Munich, Germany.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>IDP: Solving bot illiteracy in the digital workforce &#8211; Part 1</title>
		<link>https://skilja.com/de/idp-solving-bot-illiteracy-in-the-digital-workforce-part-1/</link>
		
		<dc:creator><![CDATA[Guest]]></dc:creator>
		<pubDate>Wed, 15 Jul 2020 10:11:47 +0000</pubDate>
				<category><![CDATA[Gastbeitrag]]></category>
		<category><![CDATA[Grundlagen]]></category>
		<category><![CDATA[Markt]]></category>
		<category><![CDATA[Prozess]]></category>
		<guid isPermaLink="false">https://skilja.com/?p=1518</guid>

					<description><![CDATA[Editor’s note:&#160;This is a guest post from Jupp Stöpetie In this post we examine the role of Intelligent Document Processing (IDP) relative to Robotic Process Automation (RPA) and how these technologies drive Digital Transformation when combined. In part one we look at what is driving and enabling&#160;Digital Transformation. Part two then is dedicated to RPA [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><span style="color:#7cb955" class="has-inline-color"><strong>Editor’s note</strong>:&nbsp;</span>This is a guest post from Jupp Stöpetie</p>



<p><em>In this post we examine the role of Intelligent Document Processing (IDP) relative to Robotic Process Automation (RPA) and how these technologies drive Digital Transformation <em>when combined</em>. </em> <em style="font-style: italic;">In part one we look at what is driving and enabling&nbsp;Digital Transformation. Part two then is dedicated to RPA and why IDP is essential.</em><i>&nbsp;</i></p>



<h2 class="wp-block-heading">Digital Transformation</h2>



<p>Companies all over the world are redesigning and digitizing their businesses at an ever faster pace and they have many reasons for doing so:</p>



<ul class="wp-block-list"><li>They want to serve their customers faster and better. </li><li>They understand that automation and using AI technologies improves innovation, agility, scalability and cost-efficiency</li><li>They appreciate that in contrast to human labor-intensive processes digital processes<ul><li>take less time to design</li><li>need less capital investment</li><li>are faster to deploy </li><li>and (much) less costly to run. </li></ul></li></ul>



<p>The above is commonly referred to as Digital Transformation. Citing Salesforce’s definition: “Digital Transformation (DX) is the process of using digital technologies to create new — or modify existing — business processes, culture, and customer experiences to meet changing business and market requirements.“&nbsp;</p>



<p>The main drivers of Digital transformation are the ongoing globalisation and the Fourth Industrial Revolution which has led to dramatically increased levels of competition. DX greatly improves the agility of businesses so they can adapt much faster than ever before to changes in the market. Changing or even completely redesigning digital processes is a lot easier and comes at much lower cost which results in significantly increasing a business’ competitiveness. Note that even terminating digitised processes comes at a much lower cost than when a lot of capital investment and labor was involved. Basically businesses have no choice. They must become digital. And those who are slow to change find themselves in an increasingly disadvantageous position. New businesses nowadays will always start with a digital concept in mind and by doing so will avoid manual processes if that is possible and makes sense.&nbsp;</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://skilja.com/wp-content/uploads/mike-kononov-lFv0V3_2H6s-unsplash-1024x576.jpg" alt="" class="wp-image-707"/><figcaption><span class="has-inline-color has-black-color">Photo by&nbsp;Mike Kononov&nbsp;on&nbsp;</span><a rel="noreferrer noopener" href="https://unsplash.com/s/photos/business?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText" target="_blank"><span class="has-inline-color has-black-color">Unsplash</span></a></figcaption></figure>



<h2 class="wp-block-heading"><strong>Market Data on Digital Transformation</strong></h2>



<p>What actually makes things very different from say ten years ago is the enormous progress. Worldwide spending on technologies and services that enable digital transformation (DX) by business practices, products, and organizations is forecast to reach $2.3 trillion in 2023, according to a new update to the International Data Corporation (<a href="http://www.idc.com/">IDC</a>) <a href="http://www.idc.com/getdoc.jsp?containerId=IDC_P32575" target="_blank" rel="noreferrer noopener">Worldwide Semiannual Digital Transformation Spending Guide</a>. DX spending is expected to steadily expand throughout the 2019-2023 forecast period, achieving a five-year compound annual growth rate of 17.1%. &#8222;We are approaching an important milestone in DX investment with our forecast showing the DX share of total worldwide technology investment hitting 53% in 2023,&#8220; said <a href="https://www.idc.com/getdoc.jsp?containerId=PRF005039" target="_blank" rel="noreferrer noopener">Craig Simpson</a>, research manager with IDC&#8217;s <a href="https://www.idc.com/promo/customerinsights" target="_blank" rel="noreferrer noopener">Customer Insights and Analysis Group</a>.</p>



<p>In their July report Grand View Research reported that the global Robotic Process Automation market size which is a segment of the overall DX market was valued at USD 1.40 billion in 2019 and is projected to exhibit a compound annual growth rate (CAGR) of 40.6% from 2020 to 2027.</p>



<h2 class="wp-block-heading"><strong>Why is Digital Transformation taking place now</strong></h2>



<p>In the last decade we have seen a tsunami of digital transformation projects driven by an accelerating desire of companies to increase competitiveness and innovation. But of course one could argue that businesses always had that desire. The question one could ask is: Why is all that happening now? Haven’t companies not been automating for decades already? Yes, but not at the current pace.&nbsp;</p>



<p><em>Note: at this stage it is unclear how the Covid-19 pandemic will influence market dynamics. It seems however unlikely that the need for companies to digitize their businesses will slow down. On the contrary, it is much more likely that the opposite will happen.</em></p>



<p>What has made things totally different from say ten years ago and has really enabled Digital Transformation to take place is the enormous progress in both computer science and in the computer industry. Compared with say 10 years ago we see:</p>



<ul class="wp-block-list"><li>an enormous increase in computational power</li><li>the rise of super powerful algorithms, algorithms that need incredible amounts of computational power which is now available</li><li>vastly improved connectivity both in speed and access points and it is improving at an accelerating pace (5G)</li><li>smartphones: in 2009 170 million smartphones were sold. In 2020 1.5 billion units are estimated to be sold. That makes for an estimated 3.5 billion people having a smartphone in 2020</li><li>huge and disproportionate &#8211; compared to the rest of the economy &#8211; amounts of money, that have been invested in tech companies. Successful tech companies have rewarded their investors&nbsp; with multiples that dwarfs any other industry.</li><li>and last but not least an insistently growing appetite of consumers and businesses for more, better and faster service anywhere at any time.</li></ul>



<h2 class="wp-block-heading"><strong>Some examples of how robotic process automation and document processing drive Digital Transformation in companies</strong></h2>



<p>A large international pharmaceutical company wanted to capture all details from their purchase orders and perform lookups and validation using their ERP. Tasks were automated using a RPA system. An intelligent document processing system was needed to read the data from the POs.</p>



<p>A large financial services company wanted to use RPA to automate their KYC process which involves capturing, verifying driver licences, passports etc. Early in the process they found that they also needed an intelligent document processing system.</p>



<p>A global logistics company wanted to automate their invoice processing (millions of documents). Their RPA system was found to be up to the challenge. But the company initially backed off because of the complexity of extracting data from millions of invoices (semi-structured) with a wide range of varying lay-outs. Only after a proof of concept clarified that there was an intelligent document processing system on the market that was up to the challenge the company proceeded with the project.</p>



<p>In part 2 of this post we will discuss how the combination of RPA with IDP works and what are the challenges that need to be considered.</p>



<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>



<div class="wp-block-image"><figure class="alignleft size-large is-resized"><img loading="lazy" decoding="async" src="https://skilja.com/wp-content/uploads/0-3.jpeg" alt="Jupp Stöpetie" class="wp-image-654" width="170" height="170"/></figure></div>



<p class="has-text-align-left">Jupp Stöpetie as CEO of ABBYY Europe established ABBYY&#8217;s presence in the Western European markets, growing the brand and market presence to a leadership status for +25 years. His experience includes founding and growing companies and managing all levels of business operations, sales, and marketing. Jupp left ABBYY in spring 2020 and now works as an independent consultant based in Munich, Germany.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Give Workflow a Miss – Go for Real Automation</title>
		<link>https://skilja.com/de/give-workflow-a-miss-go-for-real-automation/</link>
		
		<dc:creator><![CDATA[skiljaadmin]]></dc:creator>
		<pubDate>Fri, 22 Apr 2016 16:33:45 +0000</pubDate>
				<category><![CDATA[Gastbeitrag]]></category>
		<category><![CDATA[Prozess]]></category>
		<guid isPermaLink="false">https://skilja.com/give-workflow-a-miss-go-for-real-automation/</guid>

					<description><![CDATA[Editor’s note:&#160;This is a guest post from Richard Cop from Interact Consulting Give workflows a miss: A provoking claim in the age of business process automation. Because whenever we think of the automated processing, we think in categories of how information gets to the relevant persons fast and efficiently. But especially when it comes to [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h6 class="wp-block-heading"><span style="color: #99cc66;"><strong>Editor’s note</strong>:</span>&nbsp;<span style="color: #999999;">This is a guest post from Richard Cop from <a title="Interact Consulting" href="http://www.interact-consulting.com/" target="_blank" rel="noopener noreferrer"> <span style="text-decoration: underline;"><span style="color: #999999; text-decoration: underline;">Interact Consulting</span></span></a></span></h6>



<p>Give workflows a miss: A provoking claim in the age of business process automation. Because whenever we think of the automated processing, we think in categories of how information gets to the relevant persons fast and efficiently. But especially when it comes to automated processing of vendor invoices, this consideration is the wrong approach, because it is necessary to automate processing as far as possible so that only a small amount of invoices have to be sent on a control and approval journey actually using a workflow.</p>



<div class="wp-block-image"><figure class="alignleft"><a href="http://www.skilja.de/wp-content/uploads/2016/04/Interact-Invoice-Processing-308-330.jpg"><img decoding="async" src="http://www.skilja.de/wp-content/uploads/2016/04/Interact-Invoice-Processing-308-330.jpg" alt="" class="wp-image-1082"/></a></figure></div>



<p><strong>All beginnings are easy</strong><br>Whenever we are addressing the subject of automated invoice processing in a first meeting with a customer, our counterpart talks workflow. Traditionally the incoming electronic or scanned image of an invoice is received in accounting. They then&nbsp; determine the responsible person, sends the invoice and waits for the respective invoice release. After its return to accounting, booking, filing and payment are carried out and that is all.</p>



<p>This may be a good approach when you are dealing with very few invoices, maybe five to at most ten units per day respectively less than 2.000 invoices per annum. In addition, dealing with this amount, an existing e-mail system and a bit of organizational aptitude should be sufficient to keep track. However, as soon as the number doubles, triples or even quadruples, such an approach reaches its limits shortly, because all the sudden a staff member of the accounting department will spend most of its working day sending invoices on their electronic journey and controlling the returned invoice approvals.</p>



<p>Therefore, when it comes to invoice quantities of 10.000 units or more, a better alternative has to be considered. One that avoids wait time and grants full overview over all invoices in circulation. So at first glance, implementing a workflow-system seems obvious. A system that offers the possibility to track the invoice distribution and intervene in the process at any time. However, is this sufficient? Or is it rather a missed opportunity?</p>



<p><strong>Invoices are a bonanza</strong><br>A workflow can be a good thing, but honestly: Does it not seem absurd to you, too, to send an invoice that you receive on a monthly basis to the same person time and again and subsequently use the same old data over and over again for accounting? In this case, would it not be much more feasible if the system carried out such processes on its own?</p>



<p>In order to enable an intelligent processing system to do so, it has to be provided with high-quality data at a very early stage. Therefore, at the beginning of an automation process paper invoices, on the one hand, have to be scanned and recognized or automatically read, the delivered data records of electronic invoices, on the other hand, have to be reformatted into a standard format, so that all further processing steps can be executed uniformly.</p>



<p>Once the invoice data is available in a consistent electronic way, it can be processed automatically. The objective of an optimized business process automation has to be to store&nbsp;knowledge&nbsp;in such a way that data can be processed highly automatically, or in other words, whenever possible without human intervention.</p>



<p>When analyzing your everyday invoices, you will quickly realize that a large number of it is returning. This means that information and knowledge on how to deal with these invoices is present within your organization. This knowledge can be stored in systems or inside the heads of your staff. In case this process is to be automated, it is important to use this information and to prepare it in such a way that the processing system can take highly independently all necessary decisions based on this knowledge.</p>



<p>For example, there is project ABC and it is know that the invoices of supplier XYZ always belong to this project and that they are always booked the same way. At the same time, these invoices are checked and approved by the ever-same person of the ever-same department. The binding source for the invoice checking is the corresponding contract negotiated with supplier XYZ for project ABC.</p>



<p>It does not make any sense to enter this information into the accounting system time and again whenever the invoice comes in. In addition, it is equally useless to e-mail this invoice to the ever-same person hoping she or he will return the approval before the cash discount period has expired.</p>



<p>In this case, we are speaking about an automated workflow where the basic information of a vendor is stored in the processing system and used automatically as accounting and approval template whenever such an invoices comes in. However, processing invoices that way implies that the invoice recognition is carried out consistently, by way of example using the unique vendor master record of the accounting system.</p>



<p><strong>Why do contracts exist?</strong><br>The cynical answer could be: So that they can be discarded somewhere and forgotten until someday the big search begins. Well, hopefully not, but in most of the companies that we have met so far, there is no or an only very limited structured contract management. Because of this, goods and services are often only vaguely known and simple information such as period or term of notice is not available on short notice. In case contracts are recorded in a system in a structured way, the information contained can be used to automate the processing of all invoices by the respective contracting party. Generally, terms of credit, rates and conditions, installment plans, periods, budgets et cetera are defined in the contract, so that the electronically available invoice data can be matched with the respective contract information.</p>



<p>Generally, if there is an existing leasing or rental agreement it is known when the respective invoices come in, which amounts have to be paid and how they have to be recorded. In case no deviation from the contract is discovered, there is absolutely no need for a check and approval process. Letting these invoices be checked and approved by the ever-same person time and again and to record them in the ever-same way is nothing more than a waste of precious time.</p>



<p>For contracts with variable invoice amounts, similar procedures can be applied. By way of example, checking the often-comprehensive telephone bills is feasible only when there is a peculiarity respectively a deviation such as an extraordinary invoice amount. Therefore, effectively automating the processing of invoices with contract reference requires the use of such procedures in order to process these recurrent invoices fully automatically and to detect deviations so that your specialists can systematically focus on these peculiarities.</p>



<p><strong>An order is already entered in the books</strong><br>The potential of automating invoices with order reference goes even further. Many organizations operate standardized purchasing systems that manage the orders of goods and services. Generally, requisition, approval, process of quotation and finally placing the purchase order with the supplier are part of the things managed by such systems. In addition, an approval process of the desired order is an essential part of this procedure. Furthermore, all relevant information regarding prices and conditions, accounting, cost centers, projects et cetera is already deposited when placing the order. Therefore, it does not make any sense at all to run through these steps all over again and to manually check and record all information again by the time the invoice arrives.</p>



<p>Using automated order matching, the processing system checks whether there is a deviation between invoice and order. In case no deviation is detected, there is no reason to manually check the respective invoice and run through an approval process all over again. This a complete waste of precious time, too.</p>



<p><strong>The workflow spiral</strong><br>And yet it moves, the workflow spiral. However, only for the few invoices that are sent by (still) unknown suppliers or do not have either contract or order reference. As far as we know, in a well-positioned organization these kinds of invoices only represent a very small part that often lies in a single-digit percent range. Making a workflow system the heart of an automation project because of this small amount of invoices and thereby renouncing the actual automation potential is as wrong as missing cash discount periods. In short, it is a missed opportunity.</p>



<p>(This post appeared first in&nbsp;<a href="http://www.interact-consulting.com/events/magazin/workflows" target="_blank" rel="noreferrer noopener">Interact Magazin</a>&nbsp;on the Interact homepage in German)</p>



<p>####</p>



<div class="wp-block-image"><figure class="alignleft"><a href="http://www.skilja.de/wp-content/uploads/2016/04/COP.jpg"><img decoding="async" src="http://www.skilja.de/wp-content/uploads/2016/04/COP-150x150.jpg" alt="Richard Cop" class="wp-image-1083"/></a></figure></div>



<p>DR. RICHARD COP is co-founder and CEO of Interact Consulting: «Which impact does technology have on our society and which impact do we have on technology? These questions take center stage for me and I also dealt with them in my dissertation on the process of structural change in telecommunication. I want to optimize processes, harmonize technology, organization and people, and above all, promote interaction. Therefore, as entrepreneur, today I design fully integrated processes together with our customers.»</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Auto-Classification Technologies and RFID Smart Docs</title>
		<link>https://skilja.com/de/auto-classification-technologies-and-rfid-smart-docs/</link>
		
		<dc:creator><![CDATA[Alexander]]></dc:creator>
		<pubDate>Sat, 10 Jan 2015 13:16:43 +0000</pubDate>
				<category><![CDATA[Gastbeitrag]]></category>
		<category><![CDATA[Klassifikation]]></category>
		<category><![CDATA[Technologie]]></category>
		<guid isPermaLink="false">https://skilja.com/auto-classification-technologies-and-rfid-smart-docs/</guid>

					<description><![CDATA[Editor’s note:&#160;This is a guest post from Cláudio Chaves from&#160;TCG Brazil Recent advances in the auto-classification technologies – as described in this blog – have provided a substantial manual labor reduction for several companies related to physical preparation, classification and separation of documents into its operations. Although these advances have achieved tangible results in optimizing [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h6 class="wp-block-heading"><strong>Editor’s note</strong>:&nbsp;This is a guest post from Cláudio Chaves from&nbsp;<a href="http://www.tcgprocess.com.br/" target="_blank" rel="noreferrer noopener">TCG Brazil</a></h6>



<p>Recent advances in the auto-classification technologies – as described in this blog – have provided a substantial manual labor reduction for several companies related to physical preparation, classification and separation of documents into its operations. Although these advances have achieved tangible results in optimizing document centric workflows, there is still a gap in the aspect of classifying and tracking&nbsp;paper documents. This is especially important in some countries where&nbsp; physical documents are subject to different retention policies based on legal requirements. A certain amount of documents must be retained physically for a varying number of years based on the document type determined by classification.</p>



<p>Some capture applications are able to identify document types using barcode at scan time and using auto-classification or barcode content, apply different rules to separate and classify the document images. In the digital world everything is straightforward and works pretty well, but if you need to track and trace the same documents&nbsp;physically&nbsp;until the final archiving step is completed, it always becomes a challenge, especially into a large scale operation with tons of documents.</p>



<p>RFID is an acronym for Radio Frequency Identification, and it is also considered a generic term denoting the ability to identify an object remotely. It means that the information is transmitted via radio waves and does not require line-of-sight or contact between the reader and the tags. RFID technology provides great benefits through the combined use of a barcode, a microchip and an antenna, encapsulated into a tag, also called&nbsp;<strong>smart label</strong>. The radio waves are sent from a reader and then picked up by a tag that signals back its unique number called&nbsp;<strong>EPC (Electronic Product Code).</strong>&nbsp;The presence of a tagged folder/document is seen at a reader’s specific location, and this information can be reported to the tracking software that updates a records management database, an ECM repository or even a document capture platform.</p>



<figure class="wp-block-image"><a href="http://www.skilja.de/wp-content/uploads/2014/12/Rfid_Sample_Tag_inlay_detail.png"><img decoding="async" src="http://www.skilja.de/wp-content/uploads/2014/12/Rfid_Sample_Tag_inlay_detail-1024x510.png" alt="" class="wp-image-832"/></a></figure>



<p>Due a high reading speed and the capacity to identify an item even without visual access to the document, RFID technology makes it possible to quickly read a stack of tagged folders and documents even when they are stored inside a card box. In this way, it is possible to perform an automatic check-in of a ton of documents without any human intervention. Additionally it is also possible to inspect document containers like card box and folders at the receiving and delivering points, checking if all the required document classes are really there.</p>



<p>Just like barcodes, RFID technology allows to store a free encoding data schema into the EPC memory, on the other hand, it is always suggested to use a standard, to avoid a proprietary encoding. There are now a few international standards available for different types of objects, such as fixed assets, returnable assets, trade items, documents, etc. These standards have been developed by GS1, an international non-profit association, aiming efficiency improvement, higher items visibility and interoperability between the whole chain.</p>



<p>The EPC data schema GDTI (Global Document Type Identifier) specified by GS1, was developed to identify documents, including the class or type of each document. GDTI can be encoded in a 1D/2D barcode, stored into an EPC memory or printed directly on the document. Companies can use the GDTI as a method for identification and registration of documents and related events. They can also use the GDTI for information retrieval, document tracking, electronic archiving or even to prevent fraud and document falsification.</p>



<p>All these standards were specified based on the EPCGlobal framework, which describes the relation between different RFID components such as hardware, software and data interfaces.&nbsp; Based on the context of this article, we are referring about passive RFID. This technology does not use batteries and works with UHF frequency. Based on this specification, the objects can be identified not only in a near field, but also in a far field area, achieving up to 10 meters far, depending on the type of the object, the tag, antenna and the reader.</p>



<p><strong>The combination of auto classification technologies and RFID tagged documents makes it possible to match the classification results, physically and logically.</strong>Given the physical classified document class, it is possible to define and choose the most appropriate document container (e.g. card box, folder, etc.) and pass the parent document class to the image/content classification engine to perform a deeper classification.</p>



<p>At the end of the process, we can match the results and track the both versions (image and paper) during the entire flow. This is can be achieved without physical contact with the paper document. Imagine that you get a box of paper from a remote location for archiving. If the documents have been classified and RFID encoded then within a second you can check the completeness of the physical archive and stow them away. If all of this happens with your capture process automation system you have a tight combination of auto-classification with physical sorting of paper – solving this last obstacle to full automation.</p>



<p>There are still several interesting RFID use cases for documents, such as automatic check in/out, hunting, inventory, exits, etc. which will become more and more popular very soon with the decreasing costs of the technology and the advances of new concepts like IoT (Internet of Things).</p>



<p>Links:<br>RFID:&nbsp;<a href="http://en.wikipedia.org/wiki/Radio-frequency_identification">http://en.wikipedia.org/wiki/Radio-frequency_identification</a><br>GS1:&nbsp;<a href="http://www.gs1.org/about/overview">http://www.gs1.org/about/overview</a><br>EPCGlobal Framework:&nbsp;<a href="http://www.gs1.org/gsmp/kc/epcglobal">http://www.gs1.org/gsmp/kc/epcglobal</a><br>GDTI:&nbsp;<a href="http://www.gs1.org/barcodes/technical/idkeys/gdti">http://www.gs1.org/barcodes/technical/idkeys/gdti</a></p>



<div class="wp-block-image"><figure class="alignleft"><a href="http://www.skilja.de/wp-content/uploads/2014/12/Claudio-Chavez.jpg"><img decoding="async" src="http://www.skilja.de/wp-content/uploads/2014/12/Claudio-Chavez-150x150.jpg" alt="" class="wp-image-793"/></a></figure></div>



<p>####<br><a href="http://br.linkedin.com/pub/claudio-chaves-jr-pmp-ecmm/7/1a6/43" target="_blank" rel="noreferrer noopener">Cláudio Chaves</a>&nbsp;is Managing Director at TCG Brasil in Santana de Parnaíba, São Paulo, Brazil. He has many years of rich experience in the document processing applications especially in the South America market.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>New Artificial Intelligence – NAI</title>
		<link>https://skilja.com/de/new-artificial-intelligence-nai/</link>
		
		<dc:creator><![CDATA[Alexander]]></dc:creator>
		<pubDate>Fri, 03 Aug 2012 14:53:07 +0000</pubDate>
				<category><![CDATA[Erkennung]]></category>
		<category><![CDATA[Gastbeitrag]]></category>
		<guid isPermaLink="false">https://skilja.com/new-artificial-intelligence-nai/</guid>

					<description><![CDATA[Editor’s note: This is a guest post from Süleyman Arayan, Founder &#38; CEO of German ITyX Group Recently Science has made an enormous progress in the field of processing naturally linguistic texts. Thus a new generation of artificial intelligence achieves recognition rates in clearly defined thematic areas (domains), that were previously impossible to reach by simply [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h6 class="wp-block-heading"><strong>Editor’s note:</strong> <br>This is a guest post from Süleyman Arayan, Founder &amp; CEO of German <a rel="noreferrer noopener" href="http://www.ityx.co.uk/" target="_blank">ITyX Group</a></h6>



<p>Recently Science has made an enormous progress in the field of processing naturally linguistic texts. Thus a new generation of artificial intelligence achieves recognition rates in clearly defined thematic areas (domains), that were previously impossible to reach by simply using traditional keyword-based methodologies. This “New Artificial Intelligence” (NAI) is a highly efficient development based on a modern form of simulation. It is capable of learning and adapts the behavior of human experts in assessing and processing data in documents or files. If imitated enough, results from the automation of recurring, similar transactions turn out to be an exploitable advantage in the efficient of document understanding.</p>



<p>By “training” within a suitable content environment NAI dynamically develops digital structures that are operating similar to a human brain. Thus NAI does not “understand” written contents (this would presuppose a human consciousness) but sticks to imitation only. The potential innovation of NAI lies in the fact that traditional AI-based role models could only be used if contents or processing where understood and causally describable. However using NAI a captured document content can be imitated while still beeing misunderstood.</p>



<p>Bayesian filtering, K-Nearest-Neighbor algorythm (KNN), Support Vector Machine (SVM) – in all these algorithms is a major problem: the representation of text based content as vectors. Although semantically representative, these vectors will lose the sequence of words for the original text. Instead, the mere presence, or the number of single words are counted and recorded. This approach must be be insufficient in several cases, even for the best methods, since semantics and predicate of the text gets lost.</p>



<p><strong>The right combination</strong></p>



<p>Due to research projects along with leading German universities and research institutes since 1999 ITyX has worked with all known methods of automatic document and data processing of various structures and channels. Some new methods have been developed that incorporate the decision of human staff dynamically into the classification decisions. A basic finding: each described methodological approach has its “domain” and thus its “raison d’etre”.</p>



<p>A complete „domain-independent“ content categorization can only be achieved by a blending of results and a calculation of the true categories. In particular, the methods and their typical weaknesses (failures) are needed for a correction. Simple statistical approaches fail, as they multiply the errors in single domains. In this way the overall performance of a DMR digital mailroom system must decrease. The future of automatic text evaluation is scientific classification – driven by a combination with self-adapting procedures. By the end human interception is a must to drive NAI to it´s best.</p>



<p>####</p>



<p><em>Since 1996 Süleyman Arayan, Founder &amp; CEO of German ITyX Group, has been actively developing linguistic software solutions for Mailroom automation, Knowledge and Response Management. ITyX is a leading provider for intelligent ECM solutions based on auto adaptive AI-features.&nbsp;<a href="http://www.ityx.co.uk/">http://www.ityx.co.uk/</a></em></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What do we talk about?</title>
		<link>https://skilja.com/de/what-do-we-talk-about/</link>
		
		<dc:creator><![CDATA[Alexander]]></dc:creator>
		<pubDate>Mon, 25 Jun 2012 14:58:00 +0000</pubDate>
				<category><![CDATA[Erkennung]]></category>
		<category><![CDATA[Gastbeitrag]]></category>
		<category><![CDATA[Grundlagen]]></category>
		<guid isPermaLink="false">https://skilja.com/what-do-we-talk-about/</guid>

					<description><![CDATA[Editor’s note:&#160;This is a guest post from Prof. Dr. Jürgen Lenerz from&#160;University of Cologne We, i.e. adult and sound human beings, are able to talk about everything we want to talk about. But what do we want to talk about? We want to talk about our thoughts (feelings, experiences etc., i.e. about our mental states). [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h6 class="wp-block-heading"><strong>Editor’s note</strong>:&nbsp;This is a guest post from Prof. Dr. Jürgen Lenerz from<a href="http://uk-online.uni-koeln.de/cgi-bin/show.pl/page?uni=1&amp;i_nr=11&amp;f_nr=4&amp;id=40" target="_blank" rel="noreferrer noopener">&nbsp;University of Cologne</a></h6>



<p>We, i.e. adult and sound human beings, are able to talk about everything we want to talk about. But what do we want to talk about? We want to talk about our thoughts (feelings, experiences etc., i.e. about our mental states).</p>



<p>What are we able to think about? We think about&nbsp;<strong>situations</strong>&nbsp;in the&nbsp;<strong>world</strong>&nbsp;of our thoughts, – that may be the real world (whatever this is) or a world in our imagination. Worlds may be explained by means of&nbsp;<strong>set theory</strong>: a world consists of&nbsp;<strong>individuals</strong>, sets of individuals, sets of sets of individuals and some other sets (of sets) etc.</p>



<p>An individual (in the sense of logical semantics) is what we somehow conceive of as a separate object with certain properties. This is rather vague but close enough to the point. So, Barack Obama is an individual as well as the left front wheel of my car as well as my weight or my memory. As a rule, in English, we use noun phrases (<em>my car, the weight of..</em>etc.) when we want to refer to individuals. In semantics, we say that a noun phrase (in the singular) denotes an&nbsp; individual.</p>



<p>We also think of&nbsp;<strong>properties</strong>&nbsp;of individuals. A property is described by the&nbsp;<strong>set</strong>&nbsp;of all and only those individuals which share this property. In English, adjectives or (intransitive) verbs denote such properties (<em>soft, green, liquid,…to sleep, to work, to dance…</em>).</p>



<p>We also think of<strong>&nbsp;relations</strong>&nbsp;between individuals: local, temporal or comparative relations etc. Prepositions are a good example The preposition&nbsp;<em>on</em>&nbsp;denotes the relation between an individual (<em>the book</em>) and a place, often referred to by another individual (<em>the table</em>):&nbsp;<em>the book (is)&nbsp;on&nbsp;the table.</em>&nbsp;Other expressions for such relations are comparative adjectives (&nbsp;<em>X (is)&nbsp;bigger than&nbsp;Y&nbsp;</em>) or some transitive verbs (<em>John&nbsp;loves&nbsp;Mary</em>).</p>



<p>These simple properties and relations may denote what we may call a&nbsp;<strong>state&nbsp;</strong>of something.</p>



<p>States are somehow stable for a certain period of time, but they may change. So, a flower may&nbsp;<em>welt&nbsp;</em>(i.e. be in the state of bloom first and then wilted)&nbsp; or someone may&nbsp;<em>fall in love</em>(not be in love first and then be in love later). These are changes of states or&nbsp;<strong>processes (</strong>like the process of aging). So, processes are changes from one state to another. The relation BECOME relates both processes. In English, we find some transitive verbs (<em>to</em>&nbsp;<em>welt, to grow, to dawn…</em>) or more complex constructions in which the predicate BECOME is visible in the additional verb:&nbsp;<em>to grow older, to fall in love, to become bald…</em>).</p>



<p>States or processes may in turn be caused by some other state or process. We call that&nbsp;<strong>activities.&nbsp;</strong>We may say that&nbsp;&nbsp;<em>X CAUSES Y</em>,&nbsp; X being an individual or a state or a process and Y being a state or process which X brings about. If X brings about Y intentionally, we call X an&nbsp;<strong>agent, &nbsp;</strong>and we may express this with an additional predicate&nbsp;<em>X DO CAUSE Y.</em></p>



<figure class="wp-block-image"><a href="http://www.skilja.de/wp-content/uploads/2012/06/What-we-talk-about.png"><img decoding="async" src="http://www.skilja.de/wp-content/uploads/2012/06/What-we-talk-about-1024x413.png" alt="" class="wp-image-316"/></a></figure>



<p>(There are more finely grained distinctions, depending on the temporal structure of the event (aspect or lexical aspect etc.), but this is the general picture.)</p>



<p>The lexical semantics and the syntax of these concepts may be dealt with in a different blog.</p>



<p>####</p>



<p>Prof. Dr. Jürgen Lenerz, born 1945, was a professor for German Linguistics at the University of Cologne from 1985 until his retirement in 2011. His main interests are in the interaction of syntax, semantics, intonation and information structure in natural languages</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
