Spaces:
Runtime error
Runtime error
| import { Module } from '@nestjs/common'; | |
| import { OcrService } from './ocr.service'; | |
| ({ | |
| providers: [OcrService], | |
| exports: [OcrService], | |
| }) | |
| export class OcrModule {} |
| import { Module } from '@nestjs/common'; | |
| import { OcrService } from './ocr.service'; | |
| ({ | |
| providers: [OcrService], | |
| exports: [OcrService], | |
| }) | |
| export class OcrModule {} |