Viewing a single comment thread. View all comments

muffdivemcgruff t1_j2m3pi4 wrote

Literally 6 lines of code with the appropriate frameworks.

3

UberStone OP t1_j2ma2sg wrote

What would it take to feed it an image and get text out like the comment above?

1

Worth-Advance-1232 t1_j2mh0vy wrote

You would need to preprocess the pictures anyway, so it should be quite easy to only get text back, especially if your labels are already formatted the way you want your output to be. This would probably mean you only need to decode your output.

1