Batch separation problem: Canon DR-C125 (replaced an old DR-1210C)

  • Thread starter Thread starter Tomislav
  • Start date Start date
T

Tomislav

Hello,


We have an old application (document management) that used a scanner
DR-1210C to scan incoming documents and store them in the program.
Documents were scanned in bulk - the scanner had the ability to scan all
documents from feed and send separate jpeg-s to the program.
The new scanner has the same ability. I know - i can see it in the
scanners program but it doesn't function in our program (scanner
completes the scan of all pages and sends only the first page or more
likely: the program doesn't receive the separate images.

Is there a way to fix the problem without editing the source code? (it's
an old application and the person who wrote it no longer works here)


Regards
 
Hello,


We have an old application (document management) that used a scanner
DR-1210C to scan incoming documents and store them in the program.
Documents were scanned in bulk - the scanner had the ability to scan all
documents from feed and send separate jpeg-s to the program.
The new scanner has the same ability. I know - i can see it in the
scanners program but it doesn't function in our program (scanner
completes the scan of all pages and sends only the first page or more
likely: the program doesn't receive the separate images.

Is there a way to fix the problem without editing the source code? (it's
an old application and the person who wrote it no longer works here)


Regards


Sounds like its scanning the page then saving that page - next scan the
first file is replaced etc.

Sequential numbering is required, so each scan is given a unique file
number. Must be in the programme somewhere for this to happen, just not
ticked.
 
Back
Top