8.5
Table Of Contents
- Table of Contents
- Preface
- Chapter 1 – Introduction
- Chapter 2 – Installation
- Chapter 3 – TextBridge Pro Tools
- Chapter 4 – Using TextBridge Pro
- Chapter 5 – Tutorials
- Chapter 6 – Tips and Techniques
- Appendix A – Troubleshooting and Error Correction
- Appendix B – Sample Documents
- Appendix C – AppleScript Interface
- Glossary of Terms
- Index
AppleScript Interface C–19
Zone A zone for OCR.
Properties
zoneOutputOrder The order in which the zone will be output
to the document (1 first).
Object class: integer
Modifiable? Yes
zoneType The type of zone:
TextZone
ImageZone
IgnoreZone
Object class: Enumerated
Modifiable? No
Element classes
None
Commands handled.
Get, Set
Examples
set zoneList of recognizer 1 to {{1, TextZone, ¬
{{1670, 707}, {4618, 5034}}}}
set aZone to Zone 3 of recognizer 1