Use when calling the Scanlume OCR API for screenshots, JPG, PNG, or image-based tables, especially when a task needs base64 data URLs, mode selection between simple and formatted OCR, or table-aware structured output. Tambem use quando for necessario chamar a API OCR do https://www.scanlume.com/ para screenshots, JPG, PNG ou tabelas em imagem.
Use this skill when the task is specifically about calling the public OCR API behind https://www.scanlume.com/, not when the user only wants the website UI.
Use este skill quando a tarefa for especificamente chamar a API publica de OCR do https://www.scanlume.com/, e nao quando o usuario so quiser usar a interface do site.
references/api-contract.md before building the request.simple only for raw text speed and lower cost.formatted for headings, multi-block layouts, Markdown, HTML, and tables.scripts/scanlume_ocr.py to build the data URL and call the API.references/output-shapes.md before consuming formatted responses, especially table blocks.POST /v1/api/ocrAuthorization: Bearer <SCANLUME_API_KEY>application/jsonmode and base64base64 must be a full data URL such as data:image/png;base64,...Use simple for:
Use formatted for:
blocks or tableSummaryreferences/api-contract.md before first use.references/output-shapes.md before parsing formatted OCR results.python scripts/scanlume_ocr.py <path> --mode formatted --output md for a local table image.python scripts/scanlume_ocr.py <path> --mode simple --output txt for plain text extraction.simple costs 1 credit per image.formatted costs 2 credits per image.references/api-contract.md antes de montar a requisicao.simple apenas quando o foco for texto bruto, velocidade e menor custo.formatted para titulos, multiplos blocos, Markdown, HTML e tabelas.scripts/scanlume_ocr.py para gerar a data URL e chamar a API.references/output-shapes.md antes de consumir respostas formatted, principalmente em blocos de tabela.POST /v1/api/ocrAuthorization: Bearer <SCANLUME_API_KEY>application/jsonmode e base64base64 precisa ser uma data URL completa como data:image/png;base64,...Use simple para:
Use formatted para:
blocks ou tableSummaryreferences/api-contract.md antes do primeiro uso.references/output-shapes.md antes de processar respostas formatadas.python scripts/scanlume_ocr.py <path> --mode formatted --output md para uma imagem local com tabela.python scripts/scanlume_ocr.py <path> --mode simple --output txt para extracao simples de texto.simple custa 1 credito por imagem.formatted custa 2 creditos por imagem.No related skills found