Tutorials¶
Tutorials are learning-oriented. They walk you through a complete, realistic
workflow end-to-end. If you have never used turboocr before, start here.
For look-up tables, signatures, and exhaustive parameter lists, see the API reference. For short problem-shaped recipes, see How-to guides. For background on why the SDK works the way it does, see Explanation.
Available tutorials¶
- Your first PDF → Markdown pipeline — install the package, run the TurboOCR server, OCR your first image, then convert a real PDF invoice to Markdown and save it to disk. Beginner.
Need a quick recipe rather than a walkthrough? See How-to guides — including OCR a folder of PDFs concurrently.
Each tutorial uses the bundled acme_invoice.pdf / acme_invoice.png
fixtures from the examples directory,
so you can run every snippet against real data without finding your own
sample files.