2023.1:Image Processing (Activity): Difference between revisions

From Grooper Wiki
No edit summary
// via Wikitext Extension for VSCode
Line 1: Line 1:
{{stubs}}
{{AutoVersion}}
 
{|class="wip-box"
|
'''WIP'''
|
This article is a work-in-progress or created as a placeholder for testing purposes. This article is subject to change and/or expansion. It may be incomplete, inaccurate, or stop abruptly.
 
This tag will be removed upon draft completion.
|}


<blockquote>{{#lst:Glossary|Image Processing}}</blockquote>
<blockquote>{{#lst:Glossary|Image Processing}}</blockquote>
== About ==


An '''IP Profile''' lists a series of steps to performing image processing functions called "'''[[IP Command]]s'''".  There are several '''IP Commands''' in Grooper, including ones that remove borders from an image, adjust the skew angle of an image, change the color format of an image, and more.
An '''IP Profile''' lists a series of steps to performing image processing functions called "'''[[IP Command]]s'''".  There are several '''IP Commands''' in Grooper, including ones that remove borders from an image, adjust the skew angle of an image, change the color format of an image, and more.


== Permanent vs. Temporary Image Processing ==
=== Permanent vs. Temporary Image Processing ===


The '''Image Processing''' activity permanently alters a document's image by applying an '''IP Profile'''.  However, it is possible to temporarily clean up document images to benefit OCR results and revert back to the original document image.  This is done during the '''[[Recognize]]''' activity.
The '''Image Processing''' activity permanently alters a document's image by applying an '''IP Profile'''.  However, it is possible to temporarily clean up document images to benefit OCR results and revert back to the original document image.  This is done during the '''[[Recognize]]''' activity.
Line 14: Line 25:
* Furthermore, any image based "layout data" targeted by the '''IP Profile''' (such as the table line locations for this example) will still be saved to the page for later use.
* Furthermore, any image based "layout data" targeted by the '''IP Profile''' (such as the table line locations for this example) will still be saved to the page for later use.


[[Category:Articles]]
== How To ==

Revision as of 16:16, 11 July 2024

This article is about an older version of Grooper.

Information may be out of date and UI elements may have changed.

20252023.1

WIP

This article is a work-in-progress or created as a placeholder for testing purposes. This article is subject to change and/or expansion. It may be incomplete, inaccurate, or stop abruptly.

This tag will be removed upon draft completion.

wallpaper Image Processing is an Activity that enhances contract Batch Page images and optimizes them for better OCR text recognition and data extraction results.

About

An IP Profile lists a series of steps to performing image processing functions called "IP Commands". There are several IP Commands in Grooper, including ones that remove borders from an image, adjust the skew angle of an image, change the color format of an image, and more.

Permanent vs. Temporary Image Processing

The Image Processing activity permanently alters a document's image by applying an IP Profile. However, it is possible to temporarily clean up document images to benefit OCR results and revert back to the original document image. This is done during the Recognize activity.

For example, you may have a document where table lines are getting in the way of accurate OCR. However, if you remove these lines during the Image Processing activity, they will be permanently removed, making it difficult to review the documents in Review and changing the archival image stored later to something that no longer looks like the original document.

Instead, you can use an OCR Profile referencing an IP Profile containing a Line Removal command during Recognize. The image will be temporarily changed according to the IP Profile. Then, OCR will run on the altered image. Last, the image will revert back to its original form.

  • Furthermore, any image based "layout data" targeted by the IP Profile (such as the table line locations for this example) will still be saved to the page for later use.

How To