The paper proposes a novel method for document clustering by extracting concepts from documents, transforming them into vector space using TF-IDF, and employing the k-means algorithm for clustering. It highlights the importance of feature extraction and presents a workflow involving stop word removal, stemming, cosine similarity calculation, and visualization of document clusters. The study utilizes a corpus of articles from the Pocket application, aiming to categorize documents by genre based on their content similarity.