PlathC / VitalRecordAnalyser

This repos host the code of our paper French vital records data gathering and analysis through image processing and machine learning algorithms.
1 stars 0 forks source link

Enhance handwritten text recognition #6

Closed PlathC closed 3 years ago

PlathC commented 4 years ago

As #5, the following documentation could be used to improve the current handwritten text recognition which is based on method that can be non-optimal for historical documents such as ours.

PlathC commented 4 years ago

Tesseract can be relevant in both line segmentation and text recognition tasks.

[EDIT] Moreover, the project allows direct use of the API through C++ or other wrappers.