import runAI from './ai.js'; import runOCR from './ocr.js'; import trainAI from './train.js'; export { runAI, runOCR, trainAI };