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)
Change History (2)
comment:1 Changed 16 years ago by Valik
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.