source: gs3-extensions/atea-nlp-tools/trunk/src/ocr/src/main/java/org/atea/nlptools/ocr/objects/OcrOptionsDto.java@ 35733

Last change on this file since 35733 was 35733, checked in by cstephen, 2 years ago

Add OCR servlet

File size: 106 bytes
Line 
1package org.atea.nlptools.ocr.objects;
2
3public class OcrOptionsDto
4{
5 public boolean layoutDetection;
6}
Note: See TracBrowser for help on using the repository browser.