Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Wednesday, February 6, 2008 6:03:07 AM(UTC)

GregR  
GregR

Groups: Registered, Tech Support, Administrators
Posts: 764


This sample C# 2003 project uses our LEADTOOLS v14.5 .NET libraries to:

1. Minimze memory usage by loading and OCR'ing only one page at a time
2. Save all OCR'ed pages as a PDF
File Attachment(s):
NET - V145 - OCR Low Memory Usage.zip (314kb) downloaded 70 time(s).
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Wednesday, February 6, 2008 6:03:59 AM(UTC)

GregR  
GregR

Groups: Registered, Tech Support, Administrators
Posts: 764


Here's a v15 C# 2005 version of the same demo
File Attachment(s):
NET - v15 - OCR Low Memory Usage.zip (314kb) downloaded 70 time(s).
 
#3 Posted : Monday, June 29, 2009 4:36:42 AM(UTC)

GregR  
GregR

Groups: Registered, Tech Support, Administrators
Posts: 764


In 16.0, we changed the design of the OCR engine and it no longer had this ability.

In 16.5, we fixed this problem.  We now have a DocumentWriter class that we use to save our own formats rather than the OCR engine's output formats.  This also gives us the ability to write to a "LEADTOOLS Temporary Document" format.  If you save on top of this kind of file, we will automatically append to it.  Then when you can use DocumentWriter.Convert to convert the LTD file to any of our supported Document Writer formats such as Doc, Txt, Pdf, etc.

Attached is a C# 2005 example that shows how to do this.
File Attachment(s):
NET - v16 - OCR Low Memory Usage.zip (316kb) downloaded 69 time(s).
 
#4 Posted : Sunday, May 20, 2012 6:27:56 AM(UTC)

Daoud  
Daoud

Groups: Registered
Posts: 256


The attached project is update that uses LEADTOOLS v17.5. This project built using C# in MS-VS2008.
The project uses the Advantage OCR engine.
File Attachment(s):
 
#5 Posted : Thursday, February 28, 2013 5:34:41 AM(UTC)

Daoud  
Daoud

Groups: Registered
Posts: 256


The attached project is update that uses LEADTOOLS v18. This project is .NET 4 project that let you choose either Advantage or Professional engine.
The project uses the Advantage OCR engine.

File Attachment(s):
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.159 seconds.