Modify ↓
Opened on Sep 14, 2008 at 12:18:00 AM
Closed on Sep 14, 2008 at 1:03:32 AM
Last modified on Sep 14, 2008 at 2:00:12 AM
#579 closed Feature Request (Rejected)
OCR
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | OCR | Cc: |
Description
Integration of OCR is extremeley desiarable for Automation. Just recommending using HP and Googles Tesseract OCR which is freeware and open source, if they permit it.
It works better than all other open OCRs, also found if you modift code slightly to blow text regions up it never seems to fail to convert images to text.
Attachments (0)
Change History (2)
comment:1 by , on Sep 14, 2008 at 1:03:32 AM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

This is not something that should be built into AutoIt. A better alternative is accessing an OCR library via DllCall() or the still experimental Plugin architecture.