I have fax working but since most people and services don't know how to Fax to Extensions,
I installed tesseract to convert the Fax to Text.

I really only need the First Page converted and will tell Faxers to make sure they put To: Name on the cover page.

tesseract is converting the entire fax fine but its unnecessary and extra time to convert the entire fax.

I searched and can't find anything on how to tell it just to do the first page. Does anyone have any ideas?

I created a perl script I borrowed but I don't know PERL.

I know PHP so can someone show me how to use REGEX in Perl to search the output.txt file for the to: name or TO: NAME or To: Name

Then I want to do something like:

Switch($to) {
Case: "Roy" -> Email u...@gmail.com
Case: "Jeff" -> Email u...@yahoo.com
Default:
    Email ad...@domain.com
}

--
Co-op Vacation Rentals
www.coopvr.com
15218 Summit Ave
Suite #300-354
Fontana, CA 92336
Phone/Fax (855) 760-COOP (2667)


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to