Search found 1 match
- 2018-04-16T05:19:46-07:00
- Forum: Developers
- Topic: Find the position of all the small images inside an image
- Replies: 1
- Views: 9735
Find the position of all the small images inside an image
Hey everyone, I need to find the position(top,left), height and width of the images inside an Image. The idea is to convert a image to docx format. I am reading the image and recognizing the text from it using tesseract OCR. tesseract doc.jpg hocrDoc -l eng hocr The hocr format gives me the position ...