Howto:Processing d-tpp using Python: Difference between revisions

Jump to navigation Jump to search
Line 91: Line 91:
     images_from_path = convert_from_path('/folder/example.pdf', output_folder=path)
     images_from_path = convert_from_path('/folder/example.pdf', output_folder=path)
     # Do something here
     # Do something here
</syntaxhighlight>
=== Image Randomization ===
Since we only have very little data, we need to come up with artifical data fo training purposes - we can do so by randomizing our existing image set to create all sorts of "charts":
<syntaxhighlight lang="python">
</syntaxhighlight>
</syntaxhighlight>


=== Uploading to the GPU ===
=== Uploading to the GPU ===
=== Classification ===
=== Classification ===


Navigation menu