Displaying 2 results from an estimated 2 matches for "file_extr".
Did you mean:
file_ext
2019 Mar 23
2
[GSoC] Questions about project Text-Extraction Libraries
...s project with the hope that you can
give me some feedback.
I am think that applying a design that foresees the incorporation of new
file formats is the most suitable way to solve the problem.
In the attached sketch we can see:
* Bug_Box: It is responsible for encapsulating and handling errors.
* File_extrator: It presents an interface for the different formats.
* File_X: Encapsulates a particular library for the X file format.
* File_Hadle: It is responsible for directing the extraction. More
specifically, it determines the file format and which extractor to use.
* Ominex: It represents the rest of...
2019 Mar 21
2
[GSoC] Questions about project Text-Extraction Libraries
Hello!
I have a few question related to the project Text-Extraction Libraries.
Firstly, I think that trying to isolate library bugs in subprocesses could
get to work, but I am not sure about how to handle deadlocks or infinite
loops. I feel that using a timer is the only way to deal with it but I
would like to know what you think about it.
Secondly, I have been reading the source code of