Modify ↓
#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)
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.