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–25
StartJob Start recognizing a document.
Command syntax
StartJob recognizer
Parameters
None
Result
None
Example
StartJob recognizer 1
StopJob Stop the current job.
Command syntax
StopJob recognizer [discardData Boolean]
Parameters
discardData Indicates whether to discard any pages
already processed. The default is false.
Result
None
Example
StopJob recognizer 1 discardData true