finalisation de ocr ?

This commit is contained in:
Hugo
2019-09-27 09:42:51 +02:00
parent 2bb467163d
commit a6e9730355
5 changed files with 199 additions and 7 deletions

View File

@@ -21,4 +21,14 @@ public class ImagesCopie {
hMapImgs.get(s).applyOcrImg();
}
}
public Map<String, Img> gethMapImgs() {
return hMapImgs;
}
public void sethMapImgs(Map<String, Img> hMapImgs) {
this.hMapImgs = hMapImgs;
}
}