vsymbol / CUTIE

CUTIE (TensorFlow implementation of Convolutional Universal Text Information Extractor)
155 stars 78 forks source link

Which labelling or annoation tool you are using? #16

Open iNeuron-ai opened 4 years ago

iNeuron-ai commented 4 years ago

May i know which is the tool being used for annotating the data?

vsymbol commented 4 years ago

Apply any OCR tool that help you detecting and recognizing words in the scanned document image. For example, refer to what @4kssoft has done to the document image and generated a .json file with position and text of the image. image https://github.com/4kssoft/CUTIE/blob/master/invoice_data/Faktura1.pdf_0.json

4kssoft commented 4 years ago

@iNeuron-ai https://github.com/vsymbol/CUTIE/issues/7#issuecomment-652044891

juvebogdan commented 3 years ago

@4kssoft My training is very slow. How much time do 40k steps take? It looks like it's on CPU

keshav-qubitrics commented 3 years ago

@iNeuron-ai you can also try doc sumo app. Link: https://docsumo.com/

It's free to use for 100 images. You can give it a try.