Simple Unstructured file processing
We have a lot of pdf files that contain import information, however, the information are unstructured (text, table, image, etc...). To extract and utilize them in our downstream job, an open source unstructured is helpful to implement what we want
Migration from Scala
to Python
Migrating a history Scala
project to Python
, I find some tips that can help me forget the type
system in scala
. Feel good!!!
Python decorators
Why we need decorator
It will extend your function behaviors during runtime.
Scala Full Stack
Recently I read a Blog that introducing how to use scala framework ZIO to build an application.