I am also quite interested in having this feature available in the .NET Core library.
Super!! Looking forward to it.
Posting in this thread since it is related. Will the ported functions allow me to get the coordinates of the various text snippets along with it? I find the simple ExtractText() method often aggregates lines with no regard to spacing such that two words are merged with no way to logically separate them. If I had the individuel strings and their coordinates (e.g. baseline) I could deduce their order and anticipate line breaks to keep the two words separate. Thanks in advance.